Skip to content

Commit 6f3fc7f

Browse files
authored
chore(main): Release v0.0.25 (#69)
🤖 I have created a release *beep* *boop* --- ## [0.0.25](v0.0.24...v0.0.25) (2024-04-01) ### Bug Fixes * **deps:** Update dependency black to v24.3.0 ([#73](#73)) ([86d5150](86d5150)) * **deps:** Update dependency grpcio to v1.62.1 ([#70](#70)) ([fe78eac](fe78eac)) * **deps:** Update dependency grpcio-tools to v1.62.1 ([#71](#71)) ([05432a1](05432a1)) * **deps:** Update dependency pyarrow to v15.0.2 ([#72](#72)) ([519cffe](519cffe)) * **deps:** Update dependency pytest to v8.1.1 ([#74](#74)) ([106b2c9](106b2c9)) * Generate Python Code from `plugin-pb` ([#68](#68)) ([db54598](db54598)) --- 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 106b2c9 commit 6f3fc7f

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.24"
2+
".": "0.0.25"
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.25](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.24...v0.0.25) (2024-04-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency black to v24.3.0 ([#73](https://github.com/cloudquery/plugin-pb-python/issues/73)) ([86d5150](https://github.com/cloudquery/plugin-pb-python/commit/86d5150a5f88569069eb8d4154e7009ec8e649cd))
9+
* **deps:** Update dependency grpcio to v1.62.1 ([#70](https://github.com/cloudquery/plugin-pb-python/issues/70)) ([fe78eac](https://github.com/cloudquery/plugin-pb-python/commit/fe78eacb702302600fa2bdbf2edb2fd4065bb4c5))
10+
* **deps:** Update dependency grpcio-tools to v1.62.1 ([#71](https://github.com/cloudquery/plugin-pb-python/issues/71)) ([05432a1](https://github.com/cloudquery/plugin-pb-python/commit/05432a10fd744ae38d48a164d58c2bc80c2445c2))
11+
* **deps:** Update dependency pyarrow to v15.0.2 ([#72](https://github.com/cloudquery/plugin-pb-python/issues/72)) ([519cffe](https://github.com/cloudquery/plugin-pb-python/commit/519cffe68dd50e6de4cda87d5c8735624c350f67))
12+
* **deps:** Update dependency pytest to v8.1.1 ([#74](https://github.com/cloudquery/plugin-pb-python/issues/74)) ([106b2c9](https://github.com/cloudquery/plugin-pb-python/commit/106b2c9532400c3ce384a9ac368d8e5d49a09425))
13+
* Generate Python Code from `plugin-pb` ([#68](https://github.com/cloudquery/plugin-pb-python/issues/68)) ([db54598](https://github.com/cloudquery/plugin-pb-python/commit/db54598e127a955d60994ad2b8ac477bca8f9ba1))
14+
315
## [0.0.24](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.23...v0.0.24) (2024-03-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.24",
40+
version="0.0.25",
4141
description=description,
4242
long_description=long_description,
4343
author="CloudQuery LTD",

0 commit comments

Comments
 (0)