Skip to content

Commit

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


## [0.0.39](v0.0.38...v0.0.39) (2025-01-01)


### Bug Fixes

* **deps:** Update dependency grpcio to v1.68.1 ([#136](#136)) ([9aa3699](9aa3699))
* **deps:** Update dependency grpcio-tools to v1.68.1 ([#137](#137)) ([f40b940](f40b940))
* **deps:** Update dependency protobuf to v5.29.2 ([#140](#140)) ([bebf8f7](bebf8f7))
* **deps:** Update dependency pytest to v8.3.4 ([#139](#139)) ([fe8e1a8](fe8e1a8))
* Generate Python Code from `plugin-pb` ([#141](#141)) ([2595835](2595835))

---
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 Jan 7, 2025
1 parent 2595835 commit 5733e82
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.38"
".": "0.0.39"
}
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.39](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.38...v0.0.39) (2025-01-01)


### Bug Fixes

* **deps:** Update dependency grpcio to v1.68.1 ([#136](https://github.com/cloudquery/plugin-pb-python/issues/136)) ([9aa3699](https://github.com/cloudquery/plugin-pb-python/commit/9aa3699ecc44f82fcca21b96aa0924cfd784bb01))
* **deps:** Update dependency grpcio-tools to v1.68.1 ([#137](https://github.com/cloudquery/plugin-pb-python/issues/137)) ([f40b940](https://github.com/cloudquery/plugin-pb-python/commit/f40b94006bd0e88ac1dafe21cef931f1d1e4feac))
* **deps:** Update dependency protobuf to v5.29.2 ([#140](https://github.com/cloudquery/plugin-pb-python/issues/140)) ([bebf8f7](https://github.com/cloudquery/plugin-pb-python/commit/bebf8f7ea9c8197ebd5aa220d0ac0c6b175b41d8))
* **deps:** Update dependency pytest to v8.3.4 ([#139](https://github.com/cloudquery/plugin-pb-python/issues/139)) ([fe8e1a8](https://github.com/cloudquery/plugin-pb-python/commit/fe8e1a8c60b1abd104ef59befcb5e649d9652b46))
* Generate Python Code from `plugin-pb` ([#141](https://github.com/cloudquery/plugin-pb-python/issues/141)) ([2595835](https://github.com/cloudquery/plugin-pb-python/commit/2595835fcc0aba5c22c2a048bbc53b27bae5de3e))

## [0.0.38](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.37...v0.0.38) (2024-12-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.38",
version="0.0.39",
description=description,
long_description=long_description,
author="CloudQuery LTD",
Expand Down

0 comments on commit 5733e82

Please sign in to comment.