From 5d246267503883bed33408009d7502db02c80e58 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 1 Sep 2025 11:20:34 +0100 Subject: [PATCH] chore(main): Release v0.0.47 --- .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 bfd9909..7184724 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.46" + ".": "0.0.47" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5031960..6876e73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.47](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.46...v0.0.47) (2025-09-01) + + +### Bug Fixes + +* **deps:** Update actions/checkout action to v5 ([#177](https://github.com/cloudquery/plugin-pb-python/issues/177)) ([c093ab0](https://github.com/cloudquery/plugin-pb-python/commit/c093ab0e8c1dea44d7f951c7a11c7abc918692e4)) +* **deps:** Update amannn/action-semantic-pull-request action to v6 ([#178](https://github.com/cloudquery/plugin-pb-python/issues/178)) ([818456b](https://github.com/cloudquery/plugin-pb-python/commit/818456b15a748c409fd2c74fc76bca99c2489357)) + ## [0.0.46](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.45...v0.0.46) (2025-08-01) diff --git a/setup.py b/setup.py index d63b375..740e670 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ] setuptools.setup( name=name, - version="0.0.46", + version="0.0.47", description=description, long_description=long_description, author="CloudQuery LTD",