From 377e74e73c7a37b2c85837a1ea362392cb8f7b8e Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 3 Mar 2026 11:27:54 +0000 Subject: [PATCH] chore(main): Release v0.1.53 --- .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 5400b34..4ba892c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.52" + ".": "0.1.53" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be8cf1..14098d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.53](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.52...v0.1.53) (2026-03-03) + + +### Bug Fixes + +* **deps:** Update dependency cloudquery-plugin-pb to v0.0.53 ([#372](https://github.com/cloudquery/plugin-sdk-python/issues/372)) ([bd8c91d](https://github.com/cloudquery/plugin-sdk-python/commit/bd8c91d688ea3124c1362f2522ab56b7608662f8)) +* **deps:** Update dependency numpy to v2.4.2 ([#370](https://github.com/cloudquery/plugin-sdk-python/issues/370)) ([9ce8eee](https://github.com/cloudquery/plugin-sdk-python/commit/9ce8eeef08b805df7c164c429d85f34c7c282deb)) + ## [0.1.52](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.51...v0.1.52) (2026-02-04) diff --git a/setup.py b/setup.py index 000c93e..67c3d4f 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ ] setuptools.setup( name=name, - version="0.1.52", + version="0.1.53", description=description, long_description=long_description, author="CloudQuery LTD",