From 7b7b33d564afab48176bc8226888d85eff5bee34 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:43:26 +0100 Subject: [PATCH] chore(main): Release v0.0.49 --- .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 22dddff..8783afc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.48" + ".": "0.0.49" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b14a6cb..e0ea347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.49](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.48...v0.0.49) (2025-10-01) + + +### Bug Fixes + +* **deps:** Update dependency grpcio to v1.75.1 ([#188](https://github.com/cloudquery/plugin-pb-python/issues/188)) ([5b14511](https://github.com/cloudquery/plugin-pb-python/commit/5b145111632a44c71e33db3886c3ffbbd20b51f7)) +* **deps:** Update dependency grpcio-tools to v1.75.1 ([#189](https://github.com/cloudquery/plugin-pb-python/issues/189)) ([30e7046](https://github.com/cloudquery/plugin-pb-python/commit/30e704699d92b20dcc92e338ad87b5dd413e493e)) + ## [0.0.48](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.47...v0.0.48) (2025-10-01) diff --git a/setup.py b/setup.py index c4ed8c7..9e37fcd 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ] setuptools.setup( name=name, - version="0.0.48", + version="0.0.49", description=description, long_description=long_description, author="CloudQuery LTD",