Skip to content

Commit 1eb6117

Browse files
authored
chore(main): Release v0.0.24 (#63)
🤖 I have created a release *beep* *boop* --- ## [0.0.24](v0.0.23...v0.0.24) (2024-03-01) ### Bug Fixes * **deps:** Update dependency black to v24.2.0 ([#64](#64)) ([74d8de4](74d8de4)) * **deps:** Update dependency grpcio to v1.62.0 ([#65](#65)) ([1cdd19b](1cdd19b)) * **deps:** Update dependency grpcio-tools to v1.62.0 ([#66](#66)) ([fc82bf5](fc82bf5)) * **deps:** Update dependency protobuf to v4.25.3 ([#61](#61)) ([d0f77f3](d0f77f3)) * **deps:** Update dependency pytest to v8.0.2 ([#62](#62)) ([be9ac4d](be9ac4d)) * Generate Python Code from `plugin-pb` ([#67](#67)) ([ca81f6b](ca81f6b)) --- 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 ca81f6b commit 1eb6117

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.23"
2+
".": "0.0.24"
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.24](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.23...v0.0.24) (2024-03-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency black to v24.2.0 ([#64](https://github.com/cloudquery/plugin-pb-python/issues/64)) ([74d8de4](https://github.com/cloudquery/plugin-pb-python/commit/74d8de455c17110d0181a026fa924fb3384ef352))
9+
* **deps:** Update dependency grpcio to v1.62.0 ([#65](https://github.com/cloudquery/plugin-pb-python/issues/65)) ([1cdd19b](https://github.com/cloudquery/plugin-pb-python/commit/1cdd19bcba8c8e8fadc5c1b6598e2ddd86144b0c))
10+
* **deps:** Update dependency grpcio-tools to v1.62.0 ([#66](https://github.com/cloudquery/plugin-pb-python/issues/66)) ([fc82bf5](https://github.com/cloudquery/plugin-pb-python/commit/fc82bf55b763a8e7a819990ed77796e7b216d6df))
11+
* **deps:** Update dependency protobuf to v4.25.3 ([#61](https://github.com/cloudquery/plugin-pb-python/issues/61)) ([d0f77f3](https://github.com/cloudquery/plugin-pb-python/commit/d0f77f36cfc9396b4f06c1ff012006ebbf80e9a9))
12+
* **deps:** Update dependency pytest to v8.0.2 ([#62](https://github.com/cloudquery/plugin-pb-python/issues/62)) ([be9ac4d](https://github.com/cloudquery/plugin-pb-python/commit/be9ac4d8b48e93ae2ac581d1c75b1555db6f220e))
13+
* Generate Python Code from `plugin-pb` ([#67](https://github.com/cloudquery/plugin-pb-python/issues/67)) ([ca81f6b](https://github.com/cloudquery/plugin-pb-python/commit/ca81f6be2f8870b151c4c68d070f32ed791e7d3f))
14+
315
## [0.0.23](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.22...v0.0.23) (2024-02-09)
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.23",
40+
version="0.0.24",
4141
description=description,
4242
long_description=long_description,
4343
author="CloudQuery LTD",

0 commit comments

Comments
 (0)