From f709a8477bc9d8e340d713bea8fc6d2f79656669 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2020 20:36:34 +0000 Subject: [PATCH 1/4] chore: updated CHANGELOG.md [ci skip] --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac3b58b..18dc2db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ [1]: https://pypi.org/project/google-cloud-kms/#history +## [2.0.0](https://www.github.com/googleapis/python-kms/compare/v1.4.0...v2.0.0) (2020-07-30) + + +### ⚠ BREAKING CHANGES + +* migrate to microgenerator. (#16) + +### Features + +* migrate to microgenerator. ([#16](https://www.github.com/googleapis/python-kms/issues/16)) ([605f757](https://www.github.com/googleapis/python-kms/commit/605f7577a9a9f1a2b39fa69da7e250b5f70e945e)) + + +### Bug Fixes + +* use `crypto_key_path` instead of `crypto_key_path_path` [([#3319](https://www.github.com/googleapis/python-kms/issues/3319))](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/3319) ([8068e87](https://www.github.com/googleapis/python-kms/commit/8068e87ff44c768561a1bcfb45ccaadf8dd393ba)) + ## [1.4.0](https://www.github.com/googleapis/python-kms/compare/v1.3.0...v1.4.0) (2020-04-14) From 86bfd2cfd4308c087226a4aa60b0b500d3722db2 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2020 20:36:36 +0000 Subject: [PATCH 2/4] chore: updated setup.cfg [ci skip] From ad44080527a150fb5f103c6b81b6bed1429dbe93 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2020 20:36:37 +0000 Subject: [PATCH 3/4] chore: updated setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0ae2645d..ea47bf3a 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-kms" description = "Cloud Key Management Service (KMS) API client library" -version = "1.4.0" +version = "2.0.0" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.22.0, < 2.0.0dev", From be753b6d2ab733678a2355a770e3f86c93804ce7 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 30 Jul 2020 13:42:09 -0700 Subject: [PATCH 4/4] docs: add link to migration guide --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18dc2db0..1e442029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,13 +13,9 @@ ### Features -* migrate to microgenerator. ([#16](https://www.github.com/googleapis/python-kms/issues/16)) ([605f757](https://www.github.com/googleapis/python-kms/commit/605f7577a9a9f1a2b39fa69da7e250b5f70e945e)) +* migrate to microgenerator. See [Migration Guide](https://github.com/googleapis/python-kms/blob/release-v2.0.0/UPGRADING.md). ([#16](https://www.github.com/googleapis/python-kms/issues/16)) ([605f757](https://www.github.com/googleapis/python-kms/commit/605f7577a9a9f1a2b39fa69da7e250b5f70e945e)) -### Bug Fixes - -* use `crypto_key_path` instead of `crypto_key_path_path` [([#3319](https://www.github.com/googleapis/python-kms/issues/3319))](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/3319) ([8068e87](https://www.github.com/googleapis/python-kms/commit/8068e87ff44c768561a1bcfb45ccaadf8dd393ba)) - ## [1.4.0](https://www.github.com/googleapis/python-kms/compare/v1.3.0...v1.4.0) (2020-04-14)