Skip to content

Commit

Permalink
chore(main): Release v0.0.31 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
cq-bot authored Jul 30, 2024
1 parent 8375eeb commit 539b197
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.30"
".": "0.0.31"
}
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.31](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.30...v0.0.31) (2024-07-30)


### Bug Fixes

* Generate Python Code from `plugin-pb` ([#99](https://github.com/cloudquery/plugin-pb-python/issues/99)) ([8375eeb](https://github.com/cloudquery/plugin-pb-python/commit/8375eeb3ac02e1a62c90034dc2fef16892367e17))

## [0.0.30](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.29...v0.0.30) (2024-07-17)


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

0 comments on commit 539b197

Please sign in to comment.