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 fc82bf5 commit 187ee38
Show file tree
Hide file tree
Showing 3 changed files with 13 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"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# 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 black to v24.2.0 ([#64](https://github.com/cloudquery/plugin-pb-python/issues/64)) ([74d8de4](https://github.com/cloudquery/plugin-pb-python/commit/74d8de455c17110d0181a026fa924fb3384ef352))
* **deps:** Update dependency grpcio to v1.62.0 ([#65](https://github.com/cloudquery/plugin-pb-python/issues/65)) ([1cdd19b](https://github.com/cloudquery/plugin-pb-python/commit/1cdd19bcba8c8e8fadc5c1b6598e2ddd86144b0c))
* **deps:** Update dependency grpcio-tools to v1.62.0 ([#66](https://github.com/cloudquery/plugin-pb-python/issues/66)) ([fc82bf5](https://github.com/cloudquery/plugin-pb-python/commit/fc82bf55b763a8e7a819990ed77796e7b216d6df))
* **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))
* **deps:** Update dependency pytest to v8.0.2 ([#62](https://github.com/cloudquery/plugin-pb-python/issues/62)) ([be9ac4d](https://github.com/cloudquery/plugin-pb-python/commit/be9ac4d8b48e93ae2ac581d1c75b1555db6f220e))

## [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 187ee38

Please sign in to comment.