Skip to content

Commit b56f0a0

Browse files
authored
chore(main): Release v0.0.53 (#211)
🤖 I have created a release *beep* *boop* --- ## [0.0.53](v0.0.52...v0.0.53) (2026-03-01) ### Bug Fixes * **deps:** Update dependency grpcio to v1.78.0 ([#209](#209)) ([006b6c2](006b6c2)) * **deps:** Update dependency grpcio-tools to v1.78.0 ([#210](#210)) ([2c0f24a](2c0f24a)) * **deps:** Update dependency pyarrow to v23.0.1 ([#208](#208)) ([a7d07fd](a7d07fd)) * Generate Python Code from `plugin-pb` ([#212](#212)) ([ab5d47b](ab5d47b)) --- 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 ab5d47b commit b56f0a0

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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.52"
2+
".": "0.0.53"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.0.53](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.52...v0.0.53) (2026-03-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency grpcio to v1.78.0 ([#209](https://github.com/cloudquery/plugin-pb-python/issues/209)) ([006b6c2](https://github.com/cloudquery/plugin-pb-python/commit/006b6c2593afae3f690d78451ea5d743efba7f91))
9+
* **deps:** Update dependency grpcio-tools to v1.78.0 ([#210](https://github.com/cloudquery/plugin-pb-python/issues/210)) ([2c0f24a](https://github.com/cloudquery/plugin-pb-python/commit/2c0f24a4b3165a35d0854d3c7c3e6349de6ac16a))
10+
* **deps:** Update dependency pyarrow to v23.0.1 ([#208](https://github.com/cloudquery/plugin-pb-python/issues/208)) ([a7d07fd](https://github.com/cloudquery/plugin-pb-python/commit/a7d07fd86799ecf67175e6b43b951e1568cce57c))
11+
* Generate Python Code from `plugin-pb` ([#212](https://github.com/cloudquery/plugin-pb-python/issues/212)) ([ab5d47b](https://github.com/cloudquery/plugin-pb-python/commit/ab5d47b7e842e22fdf8e23ed3b1f02b194c3d13e))
12+
313
## [0.0.52](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.51...v0.0.52) (2026-02-02)
414

515

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.52",
40+
version="0.0.53",
4141
description=description,
4242
long_description=long_description,
4343
author="CloudQuery LTD",

0 commit comments

Comments
 (0)