Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit b6fcbb2

Browse files
1 parent b68553f commit b6fcbb2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
### [1.2.1](https://www.github.com/googleapis/python-debugger-client/compare/v1.2.0...v1.2.1) (2021-11-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** drop packaging dependency ([b68553f](https://www.github.com/googleapis/python-debugger-client/commit/b68553ff06d1f13cc77eb64909b53758e1610fd0))
9+
* **deps:** require google-api-core >= 1.28.0 ([b68553f](https://www.github.com/googleapis/python-debugger-client/commit/b68553ff06d1f13cc77eb64909b53758e1610fd0))
10+
11+
12+
### Documentation
13+
14+
* list oneofs in docstring ([b68553f](https://www.github.com/googleapis/python-debugger-client/commit/b68553ff06d1f13cc77eb64909b53758e1610fd0))
15+
316
## [1.2.0](https://www.github.com/googleapis/python-debugger-client/compare/v1.1.0...v1.2.0) (2021-10-14)
417

518

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
name = "google-cloud-debugger-client"
2323
description = "Cloud Debugger API client library"
24-
version = "1.2.0"
24+
version = "1.2.1"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
url = "https://github.com/googleapis/python-debugger-client"
2727
dependencies = [

0 commit comments

Comments
 (0)