Skip to content

Commit

Permalink
chore(main): Release v0.0.22 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
cq-bot authored Feb 1, 2024
1 parent 3684dd8 commit 8839607
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
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.21"
".": "0.0.22"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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


### Bug Fixes

* **deps:** Update dependency black to v24 ([#54](https://github.com/cloudquery/plugin-pb-python/issues/54)) ([0164923](https://github.com/cloudquery/plugin-pb-python/commit/0164923369b1e2bd972f445164f6b2964655d655))
* **deps:** Update dependency protobuf to v4.25.2 ([#53](https://github.com/cloudquery/plugin-pb-python/issues/53)) ([b348e46](https://github.com/cloudquery/plugin-pb-python/commit/b348e46011a0d48b42d2138a5b19d1ddc591e5ed))
* **deps:** Update dependency pytest to v8 ([#57](https://github.com/cloudquery/plugin-pb-python/issues/57)) ([3684dd8](https://github.com/cloudquery/plugin-pb-python/commit/3684dd8d62a9ff88cd9d281d8b022a4bd63cf269))

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


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.21",
version="0.0.22",
description=description,
long_description=long_description,
author="CloudQuery LTD",
Expand Down

0 comments on commit 8839607

Please sign in to comment.