8000 chore(main): Release v0.0.39 · cloudquery/plugin-pb-python@5770fff · GitHub
[go: up one dir, main page]

Skip to content

Commit 5770fff

Browse files
committed
chore(main): Release v0.0.39
1 parent 2595835 commit 5770fff

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.38"
2+
".": "0.0.39"
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.39](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.38...v0.0.39) (2025-01-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency grpcio to v1.68.1 ([#136](https://github.com/cloudquery/plugin-pb-python/issues/136)) ([9aa3699](https://github.com/cloudquery/plugin-pb-python/commit/9aa3699ecc44f82fcca21b96aa0924cfd784bb01))
9+
* **deps:** Update dependency grpcio-tools to v1.68.1 ([#137](https://github.com/cloudquery/plugin-pb-python/issues/137)) ([f40b940](https://github.com/cloudquery/plugin-pb-python/commit/f40b94006bd0e88ac1dafe21cef931f1d1e4feac))
10+
* **deps:** Update dependency protobuf to v5.29.2 ([#140](https://github.com/cloudquery/plugin-pb-python/issues/140)) ([bebf8f7](https://github.com/cloudquery/plugin-pb-python/commit/bebf8f7ea9c8197ebd5aa220d0ac0c6b175b41d8))
11+
* **deps:** Update dependency pytest to v8.3.4 ([#139](https://github.com/cloudquery/plugin-pb-python/issues/139)) ([fe8e1a8](https://github.com/cloudquery/plugin-pb-python/commit/fe8e1a8c60b1abd104ef59befcb5e649d9652b46))
12+
* Generate Python Code from `plugin-pb` ([#141](https://github.com/cloudquery/plugin-pb-python/issues/141)) ([2595835](https://github.com/cloudquery/plugin-pb-python/commit/2595835fcc0aba5c22c2a048bbc53b27bae5de3e))
13+
314
## [0.0.38](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.37...v0.0.38) (2024-12-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.38",
40+
version="0.0.39",
4141
description=description,
4242
long_description=long_description,
4343
author="CloudQuery LTD",

0 commit comments

Comments
 (0)
0