From c183780199eeac3db091300db69e27aa5b411074 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 17 Jul 2024 09:57:37 -0400 Subject: [PATCH] chore(main): Release v0.0.30 (#98) :robot: I have created a release *beep* *boop* --- ## [0.0.30](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.29...v0.0.30) (2024-07-17) ### Bug Fixes * Generate Python Code from `plugin-pb` ([#97](https://github.com/cloudquery/plugin-pb-python/issues/97)) ([f08acea](https://github.com/cloudquery/plugin-pb-python/commit/f08acea713210af9aecf1982c1c61d01e5245752)) --- 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 | 7 +++++++ setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d365e8f..2c2434c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.29" + ".": "0.0.30" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cd4c60f..c6fe875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.30](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.29...v0.0.30) (2024-07-17) + + +### Bug Fixes + +* Generate Python Code from `plugin-pb` ([#97](https://github.com/cloudquery/plugin-pb-python/issues/97)) ([f08acea](https://github.com/cloudquery/plugin-pb-python/commit/f08acea713210af9aecf1982c1c61d01e5245752)) + ## [0.0.29](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.28...v0.0.29) (2024-07-01) diff --git a/setup.py b/setup.py index 6bae58e..24b33b3 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ] setuptools.setup( name=name, - version="0.0.29", + version="0.0.30", description=description, long_description=long_description, author="CloudQuery LTD",