From 5f640a563138382c5bb071bd4a43b8b651fd1489 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 17:03:45 +0000 Subject: [PATCH 1/3] chore: release 2.2.0 --- CHANGELOG.md | 12 ++++++++++++ google/cloud/version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd179a..7bdc782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ [1]: https://pypi.org/project/google-cloud-core/#history +## [2.2.0](https://www.github.com/googleapis/python-cloud-core/compare/v2.1.0...v2.2.0) (2021-11-09) + + +### Bug Fixes + +* add mypy checking + 'py.typed' files ([#149](https://www.github.com/googleapis/python-cloud-core/issues/149)) ([f20ef60](https://www.github.com/googleapis/python-cloud-core/commit/f20ef60abaff13520d2e7b9719741746bd0d1c7b)) + + +### Miscellaneous Chores + +* bump to semver minor ([#153](https://www.github.com/googleapis/python-cloud-core/issues/153)) ([a389fb2](https://www.github.com/googleapis/python-cloud-core/commit/a389fb28e05060764aff674f1af6aba1cfd1807e)) + ## [2.1.0](https://www.github.com/googleapis/python-cloud-core/compare/v2.0.0...v2.1.0) (2021-10-05) diff --git a/google/cloud/version.py b/google/cloud/version.py index 8b5d332..bd0f8e5 100644 --- a/google/cloud/version.py +++ b/google/cloud/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.1.0" +__version__ = "2.2.0" From 87e9ac59f803180baa0124ca12850afd6ba3d764 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Tue, 9 Nov 2021 12:05:58 -0500 Subject: [PATCH 2/3] chore: garden changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bdc782..8139502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ ## [2.2.0](https://www.github.com/googleapis/python-cloud-core/compare/v2.1.0...v2.2.0) (2021-11-09) -### Bug Fixes +### Features * add mypy checking + 'py.typed' files ([#149](https://www.github.com/googleapis/python-cloud-core/issues/149)) ([f20ef60](https://www.github.com/googleapis/python-cloud-core/commit/f20ef60abaff13520d2e7b9719741746bd0d1c7b)) From a2bbfede026842939081bffac24e2c92ec25a2da Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Tue, 9 Nov 2021 12:06:45 -0500 Subject: [PATCH 3/3] chore: gar --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8139502..01e2c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,6 @@ ### Features * add mypy checking + 'py.typed' files ([#149](https://www.github.com/googleapis/python-cloud-core/issues/149)) ([f20ef60](https://www.github.com/googleapis/python-cloud-core/commit/f20ef60abaff13520d2e7b9719741746bd0d1c7b)) - - -### Miscellaneous Chores - -* bump to semver minor ([#153](https://www.github.com/googleapis/python-cloud-core/issues/153)) ([a389fb2](https://www.github.com/googleapis/python-cloud-core/commit/a389fb28e05060764aff674f1af6aba1cfd1807e)) - ## [2.1.0](https://www.github.com/googleapis/python-cloud-core/compare/v2.0.0...v2.1.0) (2021-10-05)