Skip to content

Commit 889b964

Browse files
authored
chore(main): Release v0.0.23 (#60)
🤖 I have created a release *beep* *boop* --- ## [0.0.23](v0.0.22...v0.0.23) (2024-02-09) ### Bug Fixes * **deps:** Update dependency pyarrow to v15 ([#56](#56)) ([3acf899](3acf899)) * Generate Python Code from `plugin-pb` ([#59](#59)) ([ca2574b](ca2574b)) --- 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 3acf899 commit 889b964

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.22"
2+
".": "0.0.23"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.0.23](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.22...v0.0.23) (2024-02-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency pyarrow to v15 ([#56](https://github.com/cloudquery/plugin-pb-python/issues/56)) ([3acf899](https://github.com/cloudquery/plugin-pb-python/commit/3acf899d4bd675154c61885b8b8ea07a6c4513b7))
9+
* Generate Python Code from `plugin-pb` ([#59](https://github.com/cloudquery/plugin-pb-python/issues/59)) ([ca2574b](https://github.com/cloudquery/plugin-pb-python/commit/ca2574b0bafb6c9adbc541c1096b03d88f32b904))
10+
311
## [0.0.22](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.21...v0.0.22) (2024-02-01)
412

513

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.22",
40+
version="0.0.23",
4141
description=description,
4242
long_description=long_description,
4343
author="CloudQuery LTD",

0 commit comments

Comments
 (0)