Skip to content

Commit f09a57a

Browse files
authored
Release 0.32.0 (#8753)
1 parent 58b85c1 commit f09a57a

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@
44

55
[1]: https://pypi.org/project/google-cloud-error-reporting/#history
66

7+
## 0.32.0
8+
9+
07-24-2019 16:17 PDT
10+
11+
12+
### Implementation Changes
13+
- Allow kwargs to be passed to create_channel (via synth). ([#8389](https://github.com/googleapis/google-cloud-python/pull/8389))
14+
- Fix typo in non-gRPC import. ([#8028](https://github.com/googleapis/google-cloud-python/pull/8028))
15+
16+
### New Features
17+
- Add 'client_options' support, update list method docstrings (via synth). ([#8508](https://github.com/googleapis/google-cloud-python/pull/8508))
18+
19+
### Documentation
20+
- Fix docs navigation issues. ([#8723](https://github.com/googleapis/google-cloud-python/pull/8723))
21+
- Link to googleapis.dev documentation in READMEs. ([#8705](https://github.com/googleapis/google-cloud-python/pull/8705))
22+
- Add compatibility check badges to READMEs. ([#8288](https://github.com/googleapis/google-cloud-python/pull/8288))
23+
- Fix mistake in documentation ([#8271](https://github.com/googleapis/google-cloud-python/pull/8271))
24+
25+
### Internal / Testing Changes
26+
- Pin black version (via synth). ([#8582](https://github.com/googleapis/google-cloud-python/pull/8582))
27+
- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464))
28+
- Declare encoding as utf-8 in pb2 files (via synth). ([#8351](https://github.com/googleapis/google-cloud-python/pull/8351))
29+
- Add disclaimer to auto-generated template files (via synth). ([#8313](https://github.com/googleapis/google-cloud-python/pull/8313))
30+
- Suppress checking 'cov-fail-under' in nox default session (via synth). ([#8240](https://github.com/googleapis/google-cloud-python/pull/8240))
31+
- Blacken noxfile.py, setup.py (via synth). ([#8122](https://github.com/googleapis/google-cloud-python/pull/8122))
32+
- Add empty lines (via synth). ([#8057](https://github.com/googleapis/google-cloud-python/pull/8057))
33+
734
## 0.31.0
835

936
05-17-2019 08:23 PDT

setup.py

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

2323
name = "google-cloud-error-reporting"
2424
description = "Stackdriver Error Reporting API client library"
25-
version = "0.31.0"
25+
version = "0.32.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)