From e048968b9344d9498b86ad1bdc74a1b7f9fb1c73 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 2 Feb 2026 11:31:18 +0000 Subject: [PATCH] chore(main): Release v0.0.52 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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",