Skip to content

Commit 947f3d1

Browse files
authored
chore(main): Release v0.0.40 (#144)
🤖 I have created a release *beep* *boop* --- ## [0.0.40](v0.0.39...v0.0.40) (2025-02-03) ### Bug Fixes * **deps:** Update dependency grpcio to v1.70.0 ([#143](#143)) ([3f9ab43](3f9ab43)) * **deps:** Update dependency grpcio-tools to v1.70.0 ([#145](#145)) ([6244d81](6244d81)) * **deps:** Update dependency protobuf to v5.29.3 ([#142](#142)) ([2ad324c](2ad324c)) * **deps:** Update dependency pyarrow to v18.1.0 ([#146](#146)) ([b24fdff](b24fdff)) * **deps:** Update dependency pyarrow to v19 ([#147](#147)) ([e20f876](e20f876)) * Generate Python Code from `plugin-pb` ([#148](#148)) ([a8af1f2](a8af1f2)) --- 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 e20f876 commit 947f3d1

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.39"
2+
".": "0.0.40"
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.40](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.39...v0.0.40) (2025-02-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency grpcio to v1.70.0 ([#143](https://github.com/cloudquery/plugin-pb-python/issues/143)) ([3f9ab43](https://github.com/cloudquery/plugin-pb-python/commit/3f9ab43069600c4712f1773ac31d9ff824fe0049))
9+
* **deps:** Update dependency grpcio-tools to v1.70.0 ([#145](https://github.com/cloudquery/plugin-pb-python/issues/145)) ([6244d81](https://github.com/cloudquery/plugin-pb-python/commit/6244d818e6a95a3a0e1f2bef528245628413d195))
10+
* **deps:** Update dependency protobuf to v5.29.3 ([#142](https://github.com/cloudquery/plugin-pb-python/issues/142)) ([2ad324c](https://github.com/cloudquery/plugin-pb-python/commit/2ad324c3b332ea4147cccd64a5d6bfa0ba5312ab))
11+
* **deps:** Update dependency pyarrow to v18.1.0 ([#146](https://github.com/cloudquery/plugin-pb-python/issues/146)) ([b24fdff](https://github.com/cloudquery/plugin-pb-python/commit/b24fdff4f2af1e0c4ec7c35d7e1bda37847d7889))
12+
* **deps:** Update dependency pyarrow to v19 ([#147](https://github.com/cloudquery/plugin-pb-python/issues/147)) ([e20f876](https://github.com/cloudquery/plugin-pb-python/commit/e20f87631940e908e8ec57dc75bafb1135b8e4c9))
13+
* Generate Python Code from `plugin-pb` ([#148](https://github.com/cloudquery/plugin-pb-python/issues/148)) ([a8af1f2](https://github.com/cloudquery/plugin-pb-python/commit/a8af1f2ac441174b24113745e40cc1576a935bea))
14+
315
## [0.0.39](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.38...v0.0.39) (2025-01-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.39",
40+
version="0.0.40",
4141
description=description,
4242
long_description=long_description,
4343
author="CloudQuery LTD",

0 commit comments

Comments
 (0)