Skip to content

Commit 7affd11

Browse files
committed
chore(main): Release v0.1.50
1 parent 408ab94 commit 7affd11

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.49"
2+
".": "0.1.50"
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.50](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.49...v0.1.50) (2025-10-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency cloudquery-plugin-pb to v0.0.49 ([#341](https://github.com/cloudquery/plugin-sdk-python/issues/341)) ([408ab94](https://github.com/cloudquery/plugin-sdk-python/commit/408ab940b037510ff97dfb77d02bc167d5a900d4))
9+
* **deps:** Update dependency grpcio-tools to v1.75.1 ([#331](https://github.com/cloudquery/plugin-sdk-python/issues/331)) ([381b602](https://github.com/cloudquery/plugin-sdk-python/commit/381b60251ed19dfac0d4f39ecd4e6c04091cf8ae))
10+
311
## [0.1.49](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.48...v0.1.49) (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.49",
54+
version="0.1.50",
5555
description=description,
5656
long_description=long_description,
5757
author="CloudQuery LTD",

0 commit comments

Comments
 (0)