From efb0092b2b22005a5cb75963784b78db7f9f0828 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:29:47 +0000 Subject: [PATCH 1/2] chore(main): release 0.2.0 --- CHANGELOG.md | 31 +++++++++++++++++++++++ google/cloud/alloydb/connector/version.py | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b506777a..ec263e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## [0.2.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.6...v0.2.0) (2023-12-12) + + +### Features + +* introduce compatibility with native namespace packages ([#165](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/165)) ([8b0e2ae](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/8b0e2ae022afb754fd69e73f0d606dd192b2dfa8)) +* wrap `generate_keys()` in future ([#168](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/168)) ([964deb0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/964deb05d927ac5d310b44b5962c870947f44930)) + + +### Dependencies + +* Update actions/github-script action to v7.0.1 ([#162](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/162)) ([9ecd247](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/9ecd247ee8c561b6fb783f7053f521a21ab7aec8)) +* Update actions/setup-python action to v4.8.0 ([#177](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/177)) ([2120150](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/21201508979c732cef8a0553cfae07fa344618a9)) +* Update dependencies for github (major) ([#178](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/178)) ([856946e](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/856946e2915107ae692bc0ead398c3728c10a55b)) +* Update dependency aiohttp to v3.9.0 ([#163](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/163)) ([e0ba316](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/e0ba3167b80f6cb636c20ec4e523358618022c17)) +* Update dependency aiohttp to v3.9.1 ([#170](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/170)) ([cf44016](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/cf44016dcfd70f02b339189f8d0442fa3198ebb0)) +* Update dependency cryptography to v41.0.7 ([#171](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/171)) ([5d95ee2](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/5d95ee2c5bf0b5c779d4c385e1b45258ff4f6d3d)) +* Update dependency google-auth to v2.23.4 ([#87](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/87)) ([0a7cdb3](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/0a7cdb374a3a33f903b7f39ae4795d7d4f7c3b25)) +* Update dependency google-auth to v2.25.2 ([#175](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/175)) ([cea26d7](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/cea26d7eae7464b37e4497938e46b4d50ff00df5)) +* Update dependency pytest-asyncio to v0.23.2 ([#176](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/176)) ([47fe8ab](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/47fe8ab14e87b688764f029f4fa2d0810f485188)) +* Update github/codeql-action action to v2.22.7 ([#158](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/158)) ([2ec5a2d](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/2ec5a2de3345e5ca6b141944e604f0e3f21a70f7)) +* Update github/codeql-action action to v2.22.8 ([#167](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/167)) ([50c9ff5](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/50c9ff5f0b47e5a6631170b90c0e67bd4b24ea4b)) +* Update github/codeql-action action to v2.22.9 ([#179](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/179)) ([c99fcaf](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/c99fcaf53b0a6001d05cd171be073c2ff915fac2)) +* Update google-github-actions/auth action to v1.2.0 ([#164](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/164)) ([8d5e492](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/8d5e492bf901b305c585c74a17185cf4f519174a)) +* Update google-github-actions/auth action to v2 ([#174](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/174)) ([c988e2a](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/c988e2af226315efe06aadda416c74547c3f8d32)) + + +### Documentation + +* update README instructions ([#169](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/169)) ([2f6c554](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/2f6c554936135dbb07dafa1aa29c20c65d078720)) + ## [0.1.6](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.5...v0.1.6) (2023-11-14) diff --git a/google/cloud/alloydb/connector/version.py b/google/cloud/alloydb/connector/version.py index b089b60d..536691e4 100644 --- a/google/cloud/alloydb/connector/version.py +++ b/google/cloud/alloydb/connector/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.1.6" +__version__ = "0.2.0" From 2546b4d56dcaab4fb2ee5cce30677c4c71ea6768 Mon Sep 17 00:00:00 2001 From: Jack Wotherspoon Date: Tue, 12 Dec 2023 11:35:36 -0500 Subject: [PATCH 2/2] chore: Update CHANGELOG.md --- CHANGELOG.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec263e5b..9d180452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,25 +11,9 @@ ### Dependencies -* Update actions/github-script action to v7.0.1 ([#162](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/162)) ([9ecd247](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/9ecd247ee8c561b6fb783f7053f521a21ab7aec8)) -* Update actions/setup-python action to v4.8.0 ([#177](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/177)) ([2120150](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/21201508979c732cef8a0553cfae07fa344618a9)) -* Update dependencies for github (major) ([#178](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/178)) ([856946e](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/856946e2915107ae692bc0ead398c3728c10a55b)) -* Update dependency aiohttp to v3.9.0 ([#163](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/163)) ([e0ba316](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/e0ba3167b80f6cb636c20ec4e523358618022c17)) * Update dependency aiohttp to v3.9.1 ([#170](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/170)) ([cf44016](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/cf44016dcfd70f02b339189f8d0442fa3198ebb0)) * Update dependency cryptography to v41.0.7 ([#171](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/171)) ([5d95ee2](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/5d95ee2c5bf0b5c779d4c385e1b45258ff4f6d3d)) -* Update dependency google-auth to v2.23.4 ([#87](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/87)) ([0a7cdb3](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/0a7cdb374a3a33f903b7f39ae4795d7d4f7c3b25)) * Update dependency google-auth to v2.25.2 ([#175](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/175)) ([cea26d7](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/cea26d7eae7464b37e4497938e46b4d50ff00df5)) -* Update dependency pytest-asyncio to v0.23.2 ([#176](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/176)) ([47fe8ab](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/47fe8ab14e87b688764f029f4fa2d0810f485188)) -* Update github/codeql-action action to v2.22.7 ([#158](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/158)) ([2ec5a2d](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/2ec5a2de3345e5ca6b141944e604f0e3f21a70f7)) -* Update github/codeql-action action to v2.22.8 ([#167](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/167)) ([50c9ff5](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/50c9ff5f0b47e5a6631170b90c0e67bd4b24ea4b)) -* Update github/codeql-action action to v2.22.9 ([#179](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/179)) ([c99fcaf](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/c99fcaf53b0a6001d05cd171be073c2ff915fac2)) -* Update google-github-actions/auth action to v1.2.0 ([#164](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/164)) ([8d5e492](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/8d5e492bf901b305c585c74a17185cf4f519174a)) -* Update google-github-actions/auth action to v2 ([#174](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/174)) ([c988e2a](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/c988e2af226315efe06aadda416c74547c3f8d32)) - - -### Documentation - -* update README instructions ([#169](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/169)) ([2f6c554](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/2f6c554936135dbb07dafa1aa29c20c65d078720)) ## [0.1.6](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.5...v0.1.6) (2023-11-14)