Skip to content

Commit dd25432

Browse files
committed
chore(main): Release v0.1.51
1 parent e44c981 commit dd25432

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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 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))
10+
311
## [0.1.50](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.49...v0.1.50) (2025-10-01)
412

513

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)