Skip to content

Commit

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


## [0.0.29](v0.0.28...v0.0.29) (2024-07-01)


### Bug Fixes

* **deps:** Update dependency grpcio to v1.64.1 ([#91](#91)) ([d6a42df](d6a42df))
* **deps:** Update dependency grpcio-tools to v1.64.1 ([#92](#92)) ([f1f3f6c](f1f3f6c))
* **deps:** Update dependency protobuf to v5.27.2 ([#94](#94)) ([f107878](f107878))
* **deps:** Update dependency pytest to v8.2.2 ([#95](#95)) ([07ad02b](07ad02b))
* Generate Python Code from `plugin-pb` ([#96](#96)) ([5a6eeb7](5a6eeb7))

---
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 Jul 8, 2024
1 parent 5a6eeb7 commit 522a33b
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.28"
".": "0.0.29"
}
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.29](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.28...v0.0.29) (2024-07-01)


### Bug Fixes

* **deps:** Update dependency grpcio to v1.64.1 ([#91](https://github.com/cloudquery/plugin-pb-python/issues/91)) ([d6a42df](https://github.com/cloudquery/plugin-pb-python/commit/d6a42df3e1cdf93d75122d128d24a5b1d765f3db))
* **deps:** Update dependency grpcio-tools to v1.64.1 ([#92](https://github.com/cloudquery/plugin-pb-python/issues/92)) ([f1f3f6c](https://github.com/cloudquery/plugin-pb-python/commit/f1f3f6c2ca41f955fe5a8c1e374c895e360f8710))
* **deps:** Update dependency protobuf to v5.27.2 ([#94](https://github.com/cloudquery/plugin-pb-python/issues/94)) ([f107878](https://github.com/cloudquery/plugin-pb-python/commit/f1078782e67bdec7a1426acdb903db60d70a7921))
* **deps:** Update dependency pytest to v8.2.2 ([#95](https://github.com/cloudquery/plugin-pb-python/issues/95)) ([07ad02b](https://github.com/cloudquery/plugin-pb-python/commit/07ad02b06f1ab11350cf7502e86835201adf2f98))
* Generate Python Code from `plugin-pb` ([#96](https://github.com/cloudquery/plugin-pb-python/issues/96)) ([5a6eeb7](https://github.com/cloudquery/plugin-pb-python/commit/5a6eeb7a20282d42107b6e5d6e8010d757cd1c80))

## [0.0.28](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.27...v0.0.28) (2024-06-01)


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

0 comments on commit 522a33b

Please sign in to comment.