Skip to content

Commit 522a33b

Browse files
authored
chore(main): Release v0.0.29 (#93)
🤖 I have created a release *beep* *boop* --- ## [0.0.29](v0.0.28...v0.0.29) (2024-07-01) ### Bug Fixes * **deps:** Update dependency grpcio to v1.64.1 ([#91](#91)) ([d6a42df](d6a42df)) * **deps:** Update dependency grpcio-tools to v1.64.1 ([#92](#92)) ([f1f3f6c](f1f3f6c)) * **deps:** Update dependency protobuf to v5.27.2 ([#94](#94)) ([f107878](f107878)) * **deps:** Update dependency pytest to v8.2.2 ([#95](#95)) ([07ad02b](07ad02b)) * Generate Python Code from `plugin-pb` ([#96](#96)) ([5a6eeb7](5a6eeb7)) --- 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 5a6eeb7 commit 522a33b

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.28"
2+
".": "0.0.29"
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.29](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.28...v0.0.29) (2024-07-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency grpcio to v1.64.1 ([#91](https://github.com/cloudquery/plugin-pb-python/issues/91)) ([d6a42df](https://github.com/cloudquery/plugin-pb-python/commit/d6a42df3e1cdf93d75122d128d24a5b1d765f3db))
9+
* **deps:** Update dependency grpcio-tools to v1.64.1 ([#92](https://github.com/cloudquery/plugin-pb-python/issues/92)) ([f1f3f6c](https://github.com/cloudquery/plugin-pb-python/commit/f1f3f6c2ca41f955fe5a8c1e374c895e360f8710))
10+
* **deps:** Update dependency protobuf to v5.27.2 ([#94](https://github.com/cloudquery/plugin-pb-python/issues/94)) ([f107878](https://github.com/cloudquery/plugin-pb-python/commit/f1078782e67bdec7a1426acdb903db60d70a7921))
11+
* **deps:** Update dependency pytest to v8.2.2 ([#95](https://github.com/cloudquery/plugin-pb-python/issues/95)) ([07ad02b](https://github.com/cloudquery/plugin-pb-python/commit/07ad02b06f1ab11350cf7502e86835201adf2f98))
12+
* Generate Python Code from `plugin-pb` ([#96](https://github.com/cloudquery/plugin-pb-python/issues/96)) ([5a6eeb7](https://github.com/cloudquery/plugin-pb-python/commit/5a6eeb7a20282d42107b6e5d6e8010d757cd1c80))
13+
314
## [0.0.28](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.27...v0.0.28) (2024-06-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.28",
40+
version="0.0.29",
4141
description=description,
4242
long_description=long_description,
4343
author="CloudQuery LTD",

0 commit comments

Comments
 (0)