Skip to content

Commit b8fc50c

Browse files
authored
Release 0.2.0 (#8622)
1 parent 43d4afa commit b8fc50c

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

packages/google-cloud-datalabeling/CHANGELOG.md

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

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

7+
## 0.2.0
8+
9+
07-09-2019 12:56 PDT
10+
11+
12+
### Implementation Changes
13+
- Allow kwargs to be passed to create_channel (via synth). ([#8386](https://github.com/googleapis/google-cloud-python/pull/8386))
14+
15+
### New Features
16+
- Add 'client_options' support, update list method docstrings (via synth). ([#8504](https://github.com/googleapis/google-cloud-python/pull/8504))
17+
- [BREAKING] Remove audio type, add general_data type, blocking_resources (via synth). ([#8459](https://github.com/googleapis/google-cloud-python/pull/8459))
18+
19+
### Documentation
20+
- Update index.rst ([#7764](https://github.com/googleapis/google-cloud-python/pull/7764))
21+
22+
### Internal / Testing Changes
23+
- Pin black version (via synth). ([#8578](https://github.com/googleapis/google-cloud-python/pull/8578))
24+
- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464))
25+
- Declare encoding as utf-8 in pb2 files (via synth). ([#8348](https://github.com/googleapis/google-cloud-python/pull/8348))
26+
- Add disclaimer to auto-generated template files (via synth). ([#8310](https://github.com/googleapis/google-cloud-python/pull/8310))
27+
- Supress checking 'cov-fail-under' in nox default session (via synth). ([#8236](https://github.com/googleapis/google-cloud-python/pull/8236))
28+
- Fix coverage in 'types.py' (via synth). ([#8151](https://github.com/googleapis/google-cloud-python/pull/8151))
29+
- Blacken noxfile.py, setup.py (via synth). ([#8118](https://github.com/googleapis/google-cloud-python/pull/8118))
30+
- Add empty lines (via synth). ([#8053](https://github.com/googleapis/google-cloud-python/pull/8053))
31+
- Add nox session `docs`, reorder methods (via synth). ([#7767](https://github.com/googleapis/google-cloud-python/pull/7767))
32+
733
## 0.1.1
834

935
04-02-2019 11:29 PDT

packages/google-cloud-datalabeling/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-datalabeling"
2323
description = "Data Labeling API client library"
24-
version = "0.1.1"
24+
version = "0.2.0"
2525
release_status = "Development Status :: 4 - Beta"
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.4.1, < 2.0.0dev",

0 commit comments

Comments
 (0)