diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 90899cc..a5fd37e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.51" + ".": "0.0.52" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aec06a4..26d3138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.52](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.51...v0.0.52) (2026-02-02) + + +### Bug Fixes + +* **deps:** Update dependency black to v26 ([#205](https://github.com/cloudquery/plugin-pb-python/issues/205)) ([bc358b6](https://github.com/cloudquery/plugin-pb-python/commit/bc358b655f320b03e0ca1b1273d577fdced09146)) +* **deps:** Update dependency pyarrow to v23 ([#206](https://github.com/cloudquery/plugin-pb-python/issues/206)) ([e4c39b6](https://github.com/cloudquery/plugin-pb-python/commit/e4c39b62520e76f2bd5d38517592f0f5d8704e84)) + ## [0.0.51](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.50...v0.0.51) (2026-01-02) diff --git a/setup.py b/setup.py index adad5a9..d1f3694 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ] setuptools.setup( name=name, - version="0.0.51", + version="0.0.52", description=description, long_description=long_description, author="CloudQuery LTD",