From 19c3d72248614c0e770052e2f173741f64cd7f91 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 1 Jan 2025 05:15:31 +0200 Subject: [PATCH] chore(main): Release v0.0.39 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7ed2cd0..39fa8ed 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.38" + ".": "0.0.39" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5011515..2b614ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # 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 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)) + ## [0.0.38](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.37...v0.0.38) (2024-12-01) diff --git a/setup.py b/setup.py index d7401dd..c2cbb2b 100644 --- a/setup.py +++ b/setup.py @@ -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",