From 7b7561dfa47f8f5bcdab2d9931ac112d6f8cd267 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 17 Nov 2020 02:17:04 +0000 Subject: [PATCH 1/3] chore: release 3.0.0 --- CHANGELOG.md | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3462ddb2..463d6983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ [1]: https://pypi.org/project/google-cloud-datacatalog/#history +## [3.0.0](https://www.github.com/googleapis/python-datacatalog/compare/v2.0.0...v3.0.0) (2020-11-17) + + +### ⚠ BREAKING CHANGES + +* add common resource paths; expose client transport; rename ``type`` attributes to ``type_`` to avoid name collisions (#64) + +### Features + +* add common resource paths; expose client transport; rename ``type`` attributes to ``type_`` to avoid name collisions ([#64](https://www.github.com/googleapis/python-datacatalog/issues/64)) ([f8f797a](https://www.github.com/googleapis/python-datacatalog/commit/f8f797af757f643c4414e3c7a58b3423b3d80d6f)) + ## [2.0.0](https://www.github.com/googleapis/python-datacatalog/compare/v1.0.0...v2.0.0) (2020-08-20) diff --git a/setup.py b/setup.py index 71951984..e302810c 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-datacatalog" description = "Google Cloud Data Catalog API API client library" -version = "2.0.0" +version = "3.0.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From d307bfb5e7550cf150739a755a63afadfd23eaf8 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 16 Nov 2020 19:18:13 -0700 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 463d6983..249e126d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,13 @@ ### ⚠ BREAKING CHANGES -* add common resource paths; expose client transport; rename ``type`` attributes to ``type_`` to avoid name collisions (#64) +* add common resource paths; expose client transport; rename ``type`` attributes to ``type_`` to avoid name collisions. + + Renamed attributes: + * `TagTemplateField.type` -> `TagTemplatedField.type_` + * `ColumnSchema.type` -> `ColumnSchema.type_` + * `Entry.type` -> `Entry.type_` +(#64) ### Features From 5db95db72e285aa219892d1964032bdce0db7977 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 16 Nov 2020 19:18:39 -0700 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 249e126d..a7dbc5b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,13 @@ ### ⚠ BREAKING CHANGES -* add common resource paths; expose client transport; rename ``type`` attributes to ``type_`` to avoid name collisions. +* add common resource paths; expose client transport; rename ``type`` attributes to ``type_`` to avoid name collisions. (#64) Renamed attributes: * `TagTemplateField.type` -> `TagTemplatedField.type_` * `ColumnSchema.type` -> `ColumnSchema.type_` * `Entry.type` -> `Entry.type_` -(#64) + ### Features