Skip to content

Commit

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


## [0.0.38](v0.0.37...v0.0.38) (2024-12-01)


### Bug Fixes

* **deps:** Update dependency grpcio to v1.68.0 ([#132](#132)) ([b4073de](b4073de))
* **deps:** Update dependency grpcio-tools to v1.68.0 ([#133](#133)) ([66320aa](66320aa))
* Generate Python Code from `plugin-pb` ([#135](#135)) ([02449c2](02449c2))

---
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 Dec 2, 2024
1 parent 02449c2 commit f6f54d3
Show file tree
Hide file tree
Showing 3 changed files with 11 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.37"
".": "0.0.38"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.0.38](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.37...v0.0.38) (2024-12-01)


### Bug Fixes

* **deps:** Update dependency grpcio to v1.68.0 ([#132](https://github.com/cloudquery/plugin-pb-python/issues/132)) ([b4073de](https://github.com/cloudquery/plugin-pb-python/commit/b4073de5040f39a976426dc785941ce125fdd505))
* **deps:** Update dependency grpcio-tools to v1.68.0 ([#133](https://github.com/cloudquery/plugin-pb-python/issues/133)) ([66320aa](https://github.com/cloudquery/plugin-pb-python/commit/66320aaf0d74427ae41d21f1430f6d1752b379aa))
* Generate Python Code from `plugin-pb` ([#135](https://github.com/cloudquery/plugin-pb-python/issues/135)) ([02449c2](https://github.com/cloudquery/plugin-pb-python/commit/02449c2a467a19b324b44ed70ad293e6754f3ea4))

## [0.0.37](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.36...v0.0.37) (2024-11-04)


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

0 comments on commit f6f54d3

Please sign in to comment.