Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97158c commit d923767Copy full SHA for d923767
packages/google-cloud-trace/CHANGELOG.md
@@ -4,6 +4,14 @@
4
5
[1]: https://pypi.org/project/google-cloud-trace/#history
6
7
+## 0.18.0
8
+
9
+### Breaking changes
10
11
+- The underlying autogenerated client library was re-generated to pick up new
12
+ features and resolve bugs, this may change the exceptions raised from various
13
+ methods. (#4799)
14
15
## 0.17.0
16
17
### Notable Implementation Changes
packages/google-cloud-trace/setup.py
@@ -29,7 +29,7 @@
29
30
setup(
31
name='google-cloud-trace',
32
- version='0.17.1.dev1',
+ version='0.18.0',
33
author='Google Inc',
34
author_email='[email protected]',
35
classifiers=[
0 commit comments