Skip to content

Commit

Permalink
chore(main): Release v0.0.36 (#120)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.0.36](v0.0.35...v0.0.36) (2024-10-01)


### Bug Fixes

* **deps:** Update dependency grpcio to v1.66.2 ([#118](#118)) ([491dfbc](491dfbc))
* **deps:** Update dependency grpcio-tools to v1.66.2 ([#119](#119)) ([5b415b0](5b415b0))
* **deps:** Update dependency protobuf to v5.28.2 ([#121](#121)) ([daf7e7d](daf7e7d))
* **deps:** Update dependency pytest to v8.3.3 ([#122](#122)) ([74720e7](74720e7))
* Generate Python Code from `plugin-pb` ([#124](#124)) ([72ca377](72ca377))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
cq-bot authored Oct 1, 2024
1 parent 5ea76a4 commit 7768c9a
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.35"
".": "0.0.36"
}
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.36](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.35...v0.0.36) (2024-10-01)


### Bug Fixes

* **deps:** Update dependency grpcio to v1.66.2 ([#118](https://github.com/cloudquery/plugin-pb-python/issues/118)) ([491dfbc](https://github.com/cloudquery/plugin-pb-python/commit/491dfbc1e714dabd54825825543402268fc8887c))
* **deps:** Update dependency grpcio-tools to v1.66.2 ([#119](https://github.com/cloudquery/plugin-pb-python/issues/119)) ([5b415b0](https://github.com/cloudquery/plugin-pb-python/commit/5b415b081b357254d3469217fab9610f494190ad))
* **deps:** Update dependency protobuf to v5.28.2 ([#121](https://github.com/cloudquery/plugin-pb-python/issues/121)) ([daf7e7d](https://github.com/cloudquery/plugin-pb-python/commit/daf7e7d745ae7a55097d7ba6c68150037a97d38c))
* **deps:** Update dependency pytest to v8.3.3 ([#122](https://github.com/cloudquery/plugin-pb-python/issues/122)) ([74720e7](https://github.com/cloudquery/plugin-pb-python/commit/74720e7eb5041e2154d58fe2cc1e67bef58477ce))
* Generate Python Code from `plugin-pb` ([#124](https://github.com/cloudquery/plugin-pb-python/issues/124)) ([72ca377](https://github.com/cloudquery/plugin-pb-python/commit/72ca37759dea593c9b5bd9b0afd936ae6c583b50))

## [0.0.35](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.34...v0.0.35) (2024-09-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.35",
version="0.0.36",
description=description,
long_description=long_description,
author="CloudQuery LTD",
Expand Down

0 comments on commit 7768c9a

Please sign in to comment.