Skip to content

Commit ff5d358

Browse files
committed
chore(main): Release v0.1.51
1 parent 431e035 commit ff5d358

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.50"
2+
".": "0.1.51"
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.51](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.50...v0.1.51) (2025-11-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency grpcio to v1.76.0 ([#346](https://github.com/cloudquery/plugin-sdk-python/issues/346)) ([e44c981](https://github.com/cloudquery/plugin-sdk-python/commit/e44c9811fcc4db83b46fbb495f99fc4a3f9ec722))
9+
* **deps:** Update dependency grpcio-tools to v1.76.0 ([#347](https://github.com/cloudquery/plugin-sdk-python/issues/347)) ([431e035](https://github.com/cloudquery/plugin-sdk-python/commit/431e035e87cc8353cc845304cd1d2c189aadc995))
10+
* **deps:** Update dependency numpy to v2.3.4 ([#343](https://github.com/cloudquery/plugin-sdk-python/issues/343)) ([ec0494b](https://github.com/cloudquery/plugin-sdk-python/commit/ec0494b1759e9a86b2e841f26b7e722fdd7b5d96))
11+
312
## [0.1.50](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.49...v0.1.50) (2025-10-01)
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.50",
54+
version="0.1.51",
5555
description=description,
5656
long_description=long_description,
5757
author="CloudQuery LTD",

0 commit comments

Comments
 (0)