Skip to content

Commit

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

## [0.0.33](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.32...v0.0.33) (2024-08-01)


### Bug Fixes

* **deps:** Update dependency grpcio to v1.65.2 ([#104](https://github.com/cloudquery/plugin-pb-python/issues/104)) ([80ecc5f](https://github.com/cloudquery/plugin-pb-python/commit/80ecc5f2552718e016275af422b44f4d1704627c))
* **deps:** Update dependency grpcio-tools to v1.65.2 ([#106](https://github.com/cloudquery/plugin-pb-python/issues/106)) ([c68af36](https://github.com/cloudquery/plugin-pb-python/commit/c68af36afa3d593b269f68752a9cbed20b42dc34))
* **deps:** Update dependency protobuf to v5.27.3 ([#103](https://github.com/cloudquery/plugin-pb-python/issues/103)) ([b604950](https://github.com/cloudquery/plugin-pb-python/commit/b6049507b3a203fe7e03e3aa49998ef10dbf91bd))
* **deps:** Update dependency pyarrow to v17 ([#108](https://github.com/cloudquery/plugin-pb-python/issues/108)) ([b7b8b5f](https://github.com/cloudquery/plugin-pb-python/commit/b7b8b5f1c1125eea9fd4eadf56797ed8343f4183))
* **deps:** Update dependency pytest to v8.3.2 ([#107](https://github.com/cloudquery/plugin-pb-python/issues/107)) ([2fac0d3](https://github.com/cloudquery/plugin-pb-python/commit/2fac0d340f962f9017a6afc097a335bd08ca800b))
* Generate Python Code from `plugin-pb` ([#109](https://github.com/cloudquery/plugin-pb-python/issues/109)) ([ad56235](https://github.com/cloudquery/plugin-pb-python/commit/ad5623593091f2d69335826e6b427187946551d1))

## [0.0.32](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.31...v0.0.32) (2024-07-30)


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

0 comments on commit 9305a89

Please sign in to comment.