From 95a45933921106938f1da9c4e4acebb22971b63e Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 1 May 2025 09:03:03 +0100 Subject: [PATCH] chore(main): Release v0.0.43 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 34879d8..d7a636b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.42" + ".": "0.0.43" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 61d4e24..bb03777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.0.43](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.42...v0.0.43) (2025-05-01) + + +### Bug Fixes + +* **deps:** Update dependency grpcio to v1.71.0 ([#156](https://github.com/cloudquery/plugin-pb-python/issues/156)) ([d17be22](https://github.com/cloudquery/plugin-pb-python/commit/d17be22dba8e080a0d40cda7063d03cfc18598f4)) +* **deps:** Update dependency grpcio-tools to v1.71.0 ([#158](https://github.com/cloudquery/plugin-pb-python/issues/158)) ([0f0d9f8](https://github.com/cloudquery/plugin-pb-python/commit/0f0d9f89c4f9f25332452907705c4b3c7e476fbe)) +* Generate Python Code from `plugin-pb` ([#160](https://github.com/cloudquery/plugin-pb-python/issues/160)) ([84e433c](https://github.com/cloudquery/plugin-pb-python/commit/84e433c35126a4bf5b240f953f80baf89e22ef89)) + ## [0.0.42](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.41...v0.0.42) (2025-04-01) diff --git a/setup.py b/setup.py index c3e58f9..98fa3a1 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ] setuptools.setup( name=name, - version="0.0.42", + version="0.0.43", description=description, long_description=long_description, author="CloudQuery LTD",