Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(main): Release v0.0.23
  • Loading branch information
cq-bot committed Feb 9, 2024
commit 6910023f7ea508d55f8c301d1adb3c5e69bdc146
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.22"
".": "0.0.23"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.0.23](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.22...v0.0.23) (2024-02-09)


### Bug Fixes

* **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))
* 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))

## [0.0.22](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.21...v0.0.22) (2024-02-01)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
]
setuptools.setup(
name=name,
version="0.0.22",
version="0.0.23",
description=description,
long_description=long_description,
author="CloudQuery LTD",
Expand Down