From 187ee3890d2dd07f6460e5eaa7f2885b0039e4e6 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 1 Mar 2024 04:33:31 +0200 Subject: [PATCH] chore(main): Release v0.0.24 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ setup.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a244a27..9740c6d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.23" + ".": "0.0.24" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5db2679..f91d4c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.0.24](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.23...v0.0.24) (2024-03-01) + + +### Bug Fixes + +* **deps:** Update dependency black to v24.2.0 ([#64](https://github.com/cloudquery/plugin-pb-python/issues/64)) ([74d8de4](https://github.com/cloudquery/plugin-pb-python/commit/74d8de455c17110d0181a026fa924fb3384ef352)) +* **deps:** Update dependency grpcio to v1.62.0 ([#65](https://github.com/cloudquery/plugin-pb-python/issues/65)) ([1cdd19b](https://github.com/cloudquery/plugin-pb-python/commit/1cdd19bcba8c8e8fadc5c1b6598e2ddd86144b0c)) +* **deps:** Update dependency grpcio-tools to v1.62.0 ([#66](https://github.com/cloudquery/plugin-pb-python/issues/66)) ([fc82bf5](https://github.com/cloudquery/plugin-pb-python/commit/fc82bf55b763a8e7a819990ed77796e7b216d6df)) +* **deps:** Update dependency protobuf to v4.25.3 ([#61](https://github.com/cloudquery/plugin-pb-python/issues/61)) ([d0f77f3](https://github.com/cloudquery/plugin-pb-python/commit/d0f77f36cfc9396b4f06c1ff012006ebbf80e9a9)) +* **deps:** Update dependency pytest to v8.0.2 ([#62](https://github.com/cloudquery/plugin-pb-python/issues/62)) ([be9ac4d](https://github.com/cloudquery/plugin-pb-python/commit/be9ac4d8b48e93ae2ac581d1c75b1555db6f220e)) + ## [0.0.23](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.22...v0.0.23) (2024-02-09) diff --git a/setup.py b/setup.py index 56ffb23..d5044a1 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ] setuptools.setup( name=name, - version="0.0.23", + version="0.0.24", description=description, long_description=long_description, author="CloudQuery LTD",