Skip to content

Commit 0b826a3

Browse files
committed
chore(main): Release v0.0.50
1 parent 8786ee2 commit 0b826a3

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.0.49"
2+
".": "0.0.50"
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.0.50](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.49...v0.0.50) (2025-11-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency grpcio to v1.76.0 ([#194](https://github.com/cloudquery/plugin-pb-python/issues/194)) ([a187c50](https://github.com/cloudquery/plugin-pb-python/commit/a187c507976f05a69e4d4d1cfa40d64962880d96))
9+
* **deps:** Update dependency grpcio-tools to v1.76.0 ([#195](https://github.com/cloudquery/plugin-pb-python/issues/195)) ([8786ee2](https://github.com/cloudquery/plugin-pb-python/commit/8786ee2b085d3e85351fd6d3c776372b811afc9a))
10+
* Generate Python Code from `plugin-pb` ([#191](https://github.com/cloudquery/plugin-pb-python/issues/191)) ([16e50d6](https://github.com/cloudquery/plugin-pb-python/commit/16e50d6a17dab192d7648987789d8f97eafdd6fa))
11+
312
## [0.0.49](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.48...v0.0.49) (2025-10-01)
413

514

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
]
3838
setuptools.setup(
3939
name=name,
40-
version="0.0.49",
40+
version="0.0.50",
4141
description=description,
4242
long_description=long_description,
4343
author="CloudQuery LTD",

0 commit comments

Comments
 (0)