Skip to content

Commit b9d9b8c

Browse files
authored
chore(main): Release v0.0.50 (#192)
🤖 I have created a release *beep* *boop* --- ## [0.0.50](v0.0.49...v0.0.50) (2025-11-03) ### Bug Fixes * **deps:** Update dependency grpcio to v1.76.0 ([#194](#194)) ([a187c50](a187c50)) * **deps:** Update dependency grpcio-tools to v1.76.0 ([#195](#195)) ([8786ee2](8786ee2)) * **deps:** Update dependency pyarrow to v22 ([#196](#196)) ([2ff1828](2ff1828)) * Generate Python Code from `plugin-pb` ([#191](#191)) ([16e50d6](16e50d6)) * Generate Python Code from `plugin-pb` ([#197](#197)) ([b504825](b504825)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 2ff1828 commit b9d9b8c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.0.50](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.49...v0.0.50) (2025-11-03)
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+
* **deps:** Update dependency pyarrow to v22 ([#196](https://github.com/cloudquery/plugin-pb-python/issues/196)) ([2ff1828](https://github.com/cloudquery/plugin-pb-python/commit/2ff1828b52d51c4b980c9e461bb34820e20a60e1))
11+
* 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))
12+
* Generate Python Code from `plugin-pb` ([#197](https://github.com/cloudquery/plugin-pb-python/issues/197)) ([b504825](https://github.com/cloudquery/plugin-pb-python/commit/b5048251827215f60403c85c66c73279f79f101b))
13+
314
## [0.0.49](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.48...v0.0.49) (2025-10-01)
415

516

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)