Skip to content

Commit

Permalink
chore(main): Release v0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
cq-bot committed Mar 1, 2024
1 parent d0f77f3 commit 7a8598d
Show file tree
Hide file tree
Showing 3 changed files with 9 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.23"
".": "0.0.24"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.24](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.23...v0.0.24) (2024-03-01)


### Bug Fixes

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

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


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

0 comments on commit 7a8598d

Please sign in to comment.