Skip to content

Commit e34b903

Browse files
authored
chore(main): Release v0.0.28 (#85)
🤖 I have created a release *beep* *boop* --- ## [0.0.28](v0.0.27...v0.0.28) (2024-06-01) ### Bug Fixes * **deps:** Update dependency grpcio to v1.64.0 ([#87](#87)) ([5123218](5123218)) * **deps:** Update dependency grpcio-tools to v1.64.0 ([#88](#88)) ([0c1c06a](0c1c06a)) * **deps:** Update dependency protobuf to v5.27.0 ([#89](#89)) ([78836b8](78836b8)) * **deps:** Update dependency pytest to v8.2.1 ([#86](#86)) ([59d0a5c](59d0a5c)) * Generate Python Code from `plugin-pb` ([#84](#84)) ([cb771c4](cb771c4)) * Generate Python Code from `plugin-pb` ([#90](#90)) ([279a7b7](279a7b7)) --- 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 279a7b7 commit e34b903

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.27"
2+
".": "0.0.28"
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.28](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.27...v0.0.28) (2024-06-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency grpcio to v1.64.0 ([#87](https://github.com/cloudquery/plugin-pb-python/issues/87)) ([5123218](https://github.com/cloudquery/plugin-pb-python/commit/51232181dafc944255cd6adcfdac4c73a4e15008))
9+
* **deps:** Update dependency grpcio-tools to v1.64.0 ([#88](https://github.com/cloudquery/plugin-pb-python/issues/88)) ([0c1c06a](https://github.com/cloudquery/plugin-pb-python/commit/0c1c06aeec05e3477e063225de630044c66882c0))
10+
* **deps:** Update dependency protobuf to v5.27.0 ([#89](https://github.com/cloudquery/plugin-pb-python/issues/89)) ([78836b8](https://github.com/cloudquery/plugin-pb-python/commit/78836b8e68c9b92e39e77b7555c49ec61f37d0e1))
11+
* **deps:** Update dependency pytest to v8.2.1 ([#86](https://github.com/cloudquery/plugin-pb-python/issues/86)) ([59d0a5c](https://github.com/cloudquery/plugin-pb-python/commit/59d0a5c78c6bc1922b1a041d08fc27789b911d29))
12+
* Generate Python Code from `plugin-pb` ([#84](https://github.com/cloudquery/plugin-pb-python/issues/84)) ([cb771c4](https://github.com/cloudquery/plugin-pb-python/commit/cb771c43e6f89823ff31d2acbfa7bbc3a920c092))
13+
* Generate Python Code from `plugin-pb` ([#90](https://github.com/cloudquery/plugin-pb-python/issues/90)) ([279a7b7](https://github.com/cloudquery/plugin-pb-python/commit/279a7b730929c710194ea9a0de962a83f83b46ee))
14+
315
## [0.0.27](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.26...v0.0.27) (2024-05-07)
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.27",
40+
version="0.0.28",
4141
description=description,
4242
long_description=long_description,
4343
author="CloudQuery LTD",

0 commit comments

Comments
 (0)