Skip to content

Commit 6766a6d

Browse files
committed
chore(main): Release v0.0.37
1 parent 59681eb commit 6766a6d

File tree

3 files changed

+14
-2
lines changed

3 files changed

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

3+
## [0.0.37](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.36...v0.0.37) (2024-11-04)
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+
* **deps:** Update dependency pyarrow to v18 ([#130](https://github.com/cloudquery/plugin-pb-python/issues/130)) ([59681eb](https://github.com/cloudquery/plugin-pb-python/commit/59681eb63848430b1b177ad94ba7a5f5c04e95e5))
13+
* Generate Python Code from `plugin-pb` ([#131](https://github.com/cloudquery/plugin-pb-python/issues/131)) ([a6942cb](https://github.com/cloudquery/plugin-pb-python/commit/a6942cb62d5244665fa45342392b30ab74f2ed7a))
14+
315
## [0.0.36](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.35...v0.0.36) (2024-10-01)
416

517

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)