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",