Skip to content

Commit d80de0f

Browse files
committed
chore(main): Release v0.1.52
1 parent 734baa4 commit d80de0f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.51"
2+
".": "0.1.52"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.1.52](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.51...v0.1.52) (2026-02-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency cloudquery-plugin-pb to v0.0.52 ([#369](https://github.com/cloudquery/plugin-sdk-python/issues/369)) ([734baa4](https://github.com/cloudquery/plugin-sdk-python/commit/734baa4294410efb53b49f0515bbe100c95573d4))
9+
* **deps:** Update dependency numpy to v2.4.1 ([#360](https://github.com/cloudquery/plugin-sdk-python/issues/360)) ([a78bf2b](https://github.com/cloudquery/plugin-sdk-python/commit/a78bf2b4038974bcababa73fabade2d8ec69f108))
10+
* **deps:** Update dependency tomli to v2.4.0 ([#361](https://github.com/cloudquery/plugin-sdk-python/issues/361)) ([e2e4941](https://github.com/cloudquery/plugin-sdk-python/commit/e2e4941e1f3bfab6fd65ed002d874e63b794e37d))
11+
312
## [0.1.51](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.50...v0.1.51) (2026-01-02)
413

514

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
]
5252
setuptools.setup(
5353
name=name,
54-
version="0.1.51",
54+
version="0.1.52",
5555
description=description,
5656
long_description=long_description,
5757
author="CloudQuery LTD",

0 commit comments

Comments
 (0)