Skip to content

Commit 9cdc3d4

Browse files
committed
chore(main): Release v0.0.43
1 parent 0f0d9f8 commit 9cdc3d4

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.0.42"
2+
".": "0.0.43"
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.0.43](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.42...v0.0.43) (2025-05-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency grpcio to v1.71.0 ([#156](https://github.com/cloudquery/plugin-pb-python/issues/156)) ([d17be22](https://github.com/cloudquery/plugin-pb-python/commit/d17be22dba8e080a0d40cda7063d03cfc18598f4))
9+
* **deps:** Update dependency grpcio-tools to v1.71.0 ([#158](https://github.com/cloudquery/plugin-pb-python/issues/158)) ([0f0d9f8](https://github.com/cloudquery/plugin-pb-python/commit/0f0d9f89c4f9f25332452907705c4b3c7e476fbe))
10+
311
## [0.0.42](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.41...v0.0.42) (2025-04-01)
412

513

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

0 commit comments

Comments
 (0)