From 7768c9a9990457967645824a91e09bcabdbf78ca Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 1 Oct 2024 04:28:48 -0400 Subject: [PATCH] chore(main): Release v0.0.36 (#120) :robot: I have created a release *beep* *boop* --- ## [0.0.36](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.35...v0.0.36) (2024-10-01) ### Bug Fixes * **deps:** Update dependency grpcio to v1.66.2 ([#118](https://github.com/cloudquery/plugin-pb-python/issues/118)) ([491dfbc](https://github.com/cloudquery/plugin-pb-python/commit/491dfbc1e714dabd54825825543402268fc8887c)) * **deps:** Update dependency grpcio-tools to v1.66.2 ([#119](https://github.com/cloudquery/plugin-pb-python/issues/119)) ([5b415b0](https://github.com/cloudquery/plugin-pb-python/commit/5b415b081b357254d3469217fab9610f494190ad)) * **deps:** Update dependency protobuf to v5.28.2 ([#121](https://github.com/cloudquery/plugin-pb-python/issues/121)) ([daf7e7d](https://github.com/cloudquery/plugin-pb-python/commit/daf7e7d745ae7a55097d7ba6c68150037a97d38c)) * **deps:** Update dependency pytest to v8.3.3 ([#122](https://github.com/cloudquery/plugin-pb-python/issues/122)) ([74720e7](https://github.com/cloudquery/plugin-pb-python/commit/74720e7eb5041e2154d58fe2cc1e67bef58477ce)) * Generate Python Code from `plugin-pb` ([#124](https://github.com/cloudquery/plugin-pb-python/issues/124)) ([72ca377](https://github.com/cloudquery/plugin-pb-python/commit/72ca37759dea593c9b5bd9b0afd936ae6c583b50)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .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 a4c7ad2..d1b9552 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.35" + ".": "0.0.36" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e8b826..d56da68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.0.36](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.35...v0.0.36) (2024-10-01) + + +### Bug Fixes + +* **deps:** Update dependency grpcio to v1.66.2 ([#118](https://github.com/cloudquery/plugin-pb-python/issues/118)) ([491dfbc](https://github.com/cloudquery/plugin-pb-python/commit/491dfbc1e714dabd54825825543402268fc8887c)) +* **deps:** Update dependency grpcio-tools to v1.66.2 ([#119](https://github.com/cloudquery/plugin-pb-python/issues/119)) ([5b415b0](https://github.com/cloudquery/plugin-pb-python/commit/5b415b081b357254d3469217fab9610f494190ad)) +* **deps:** Update dependency protobuf to v5.28.2 ([#121](https://github.com/cloudquery/plugin-pb-python/issues/121)) ([daf7e7d](https://github.com/cloudquery/plugin-pb-python/commit/daf7e7d745ae7a55097d7ba6c68150037a97d38c)) +* **deps:** Update dependency pytest to v8.3.3 ([#122](https://github.com/cloudquery/plugin-pb-python/issues/122)) ([74720e7](https://github.com/cloudquery/plugin-pb-python/commit/74720e7eb5041e2154d58fe2cc1e67bef58477ce)) +* Generate Python Code from `plugin-pb` ([#124](https://github.com/cloudquery/plugin-pb-python/issues/124)) ([72ca377](https://github.com/cloudquery/plugin-pb-python/commit/72ca37759dea593c9b5bd9b0afd936ae6c583b50)) + ## [0.0.35](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.34...v0.0.35) (2024-09-17) diff --git a/setup.py b/setup.py index 459d98f..e56d4e7 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ] setuptools.setup( name=name, - version="0.0.35", + version="0.0.36", description=description, long_description=long_description, author="CloudQuery LTD",