Skip to content

Commit 348d565

Browse files
committed
chore(main): Release v0.0.37
1 parent 893eb3a commit 348d565

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.36"
2+
".": "0.0.37"
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.37](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.36...v0.0.37) (2024-11-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency black to v24.10.0 ([#126](https://github.com/cloudquery/plugin-pb-python/issues/126)) ([44d8c26](https://github.com/cloudquery/plugin-pb-python/commit/44d8c268229cf7c115040b764ff97c376a7a12e6))
9+
* **deps:** Update dependency grpcio to v1.67.1 ([#128](https://github.com/cloudquery/plugin-pb-python/issues/128)) ([cb6b8dd](https://github.com/cloudquery/plugin-pb-python/commit/cb6b8ddffc96964a2f67f9daed661766a59dc130))
10+
* **deps:** Update dependency grpcio-tools to v1.67.1 ([#129](https://github.com/cloudquery/plugin-pb-python/issues/129)) ([893eb3a](https://github.com/cloudquery/plugin-pb-python/commit/893eb3ae3f34dfd0092891554edd084540210142))
11+
* **deps:** Update dependency protobuf to v5.28.3 ([#125](https://github.com/cloudquery/plugin-pb-python/issues/125)) ([ab7d3de](https://github.com/cloudquery/plugin-pb-python/commit/ab7d3deedb87cd7818ff6e1210e926214cff4b2e))
12+
313
## [0.0.36](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.35...v0.0.36) (2024-10-01)
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.36",
40+
version="0.0.37",
4141
description=description,
4242
long_description=long_description,
4343
author="CloudQuery LTD",

0 commit comments

Comments
 (0)