Skip to content

Commit 1ddb894

Browse files
authored
chore(datacatalog): release 0.4.0 (#9526)
1 parent c41454a commit 1ddb894

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

packages/google-cloud-datacatalog/CHANGELOG.md

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

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

7+
## 0.4.0
8+
9+
10-23-2019 08:54 PDT
10+
11+
### Implementation Changes
12+
13+
- remove send/recv msg size limit (via synth) ([#8949](https://github.com/googleapis/google-cloud-python/pull/8949))
14+
15+
### New Features
16+
17+
- add entry group operations ([#9520](https://github.com/googleapis/google-cloud-python/pull/9520))
18+
19+
### Documentation
20+
21+
- fix intersphinx reference to requests ([#9294](https://github.com/googleapis/google-cloud-python/pull/9294))
22+
- remove CI for gh-pages, use googleapis.dev for api_core refs. ([#9085](https://github.com/googleapis/google-cloud-python/pull/9085))
23+
- remove unused import from samples (via synth). ([#9110](https://github.com/googleapis/google-cloud-python/pull/9110))
24+
- remove compatability badges from READMEs. ([#9035](https://github.com/googleapis/google-cloud-python/pull/9035))
25+
- update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805))
26+
- add 'search' sample (via synth). ([#8793](https://github.com/googleapis/google-cloud-python/pull/8793))
27+
728
## 0.3.0
829

930
07-24-2019 15:58 PDT

packages/google-cloud-datacatalog/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-datacatalog"
2323
description = "Google Cloud Data Catalog API API client library"
24-
version = "0.3.0"
24+
version = "0.4.0"
2525
# Should be one of:
2626
# 'Development Status :: 3 - Alpha'
2727
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)