From c741ffd477edb1040f0d2c799d862bc6c890261c Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 5 Mar 2025 12:48:47 +0200 Subject: [PATCH] chore(main): Release v0.0.41 --- .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 28d28bd..2be0982 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.40" + ".": "0.0.41" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 139eafa..5a354b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.41](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.40...v0.0.41) (2025-03-05) + + +### Bug Fixes + +* **deps:** Update dependency black to v25 ([#150](https://github.com/cloudquery/plugin-pb-python/issues/150)) ([9fc9b1e](https://github.com/cloudquery/plugin-pb-python/commit/9fc9b1e984a29f153abb477ba4604021c9bca3be)) +* **deps:** Update dependency pyarrow to v19.0.1 ([#149](https://github.com/cloudquery/plugin-pb-python/issues/149)) ([ad68233](https://github.com/cloudquery/plugin-pb-python/commit/ad682334dd0c6c18ccee1a42b3273ee0431d6481)) + ## [0.0.40](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.39...v0.0.40) (2025-02-03) diff --git a/setup.py b/setup.py index 5713d1a..cbac9ec 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ] setuptools.setup( name=name, - version="0.0.40", + version="0.0.41", description=description, long_description=long_description, author="CloudQuery LTD",