From f9fc78062a6843edfe1b08694a0a04f9b4f8345d Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:34:50 +0300 Subject: [PATCH] chore(main): Release v0.0.17 (#22) :robot: I have created a release *beep* *boop* --- ## [0.0.17](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.16...v0.0.17) (2023-10-02) ### Bug Fixes * **deps:** Update dependency black to v23.9.1 ([#23](https://github.com/cloudquery/plugin-pb-python/issues/23)) ([30f0e25](https://github.com/cloudquery/plugin-pb-python/commit/30f0e25a64b97a4c34a31c1570968b37a8ad79cc)) * **deps:** Update dependency grpcio to v1.59.0 ([#24](https://github.com/cloudquery/plugin-pb-python/issues/24)) ([eecd3e0](https://github.com/cloudquery/plugin-pb-python/commit/eecd3e0210c37b5992cd6342f096a5fce0ccd4a1)) * **deps:** Update dependency grpcio-tools to v1.59.0 ([#25](https://github.com/cloudquery/plugin-pb-python/issues/25)) ([8e7cd62](https://github.com/cloudquery/plugin-pb-python/commit/8e7cd627768b211791bcb3f9fefe70bfbf8bd2b9)) * **deps:** Update dependency protobuf to v4.24.3 ([#20](https://github.com/cloudquery/plugin-pb-python/issues/20)) ([449c1e8](https://github.com/cloudquery/plugin-pb-python/commit/449c1e86e0b92631a9ea7e7ba9742fd24fadb11d)) * **deps:** Update dependency pytest to v7.4.2 ([#21](https://github.com/cloudquery/plugin-pb-python/issues/21)) ([64d28ef](https://github.com/cloudquery/plugin-pb-python/commit/64d28eff609c1fe57f61601317a5da5ba5c1a798)) * Generate Python Code from `plugin-pb` ([#27](https://github.com/cloudquery/plugin-pb-python/issues/27)) ([ea1e99e](https://github.com/cloudquery/plugin-pb-python/commit/ea1e99e26a4998f74cd879cacd75146dc1dc65fc)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95806e1..07fe09b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.17](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.16...v0.0.17) (2023-10-02) + + +### Bug Fixes + +* **deps:** Update dependency black to v23.9.1 ([#23](https://github.com/cloudquery/plugin-pb-python/issues/23)) ([30f0e25](https://github.com/cloudquery/plugin-pb-python/commit/30f0e25a64b97a4c34a31c1570968b37a8ad79cc)) +* **deps:** Update dependency grpcio to v1.59.0 ([#24](https://github.com/cloudquery/plugin-pb-python/issues/24)) ([eecd3e0](https://github.com/cloudquery/plugin-pb-python/commit/eecd3e0210c37b5992cd6342f096a5fce0ccd4a1)) +* **deps:** Update dependency grpcio-tools to v1.59.0 ([#25](https://github.com/cloudquery/plugin-pb-python/issues/25)) ([8e7cd62](https://github.com/cloudquery/plugin-pb-python/commit/8e7cd627768b211791bcb3f9fefe70bfbf8bd2b9)) +* **deps:** Update dependency protobuf to v4.24.3 ([#20](https://github.com/cloudquery/plugin-pb-python/issues/20)) ([449c1e8](https://github.com/cloudquery/plugin-pb-python/commit/449c1e86e0b92631a9ea7e7ba9742fd24fadb11d)) +* **deps:** Update dependency pytest to v7.4.2 ([#21](https://github.com/cloudquery/plugin-pb-python/issues/21)) ([64d28ef](https://github.com/cloudquery/plugin-pb-python/commit/64d28eff609c1fe57f61601317a5da5ba5c1a798)) +* Generate Python Code from `plugin-pb` ([#27](https://github.com/cloudquery/plugin-pb-python/issues/27)) ([ea1e99e](https://github.com/cloudquery/plugin-pb-python/commit/ea1e99e26a4998f74cd879cacd75146dc1dc65fc)) + ## [0.0.16](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.15...v0.0.16) (2023-09-01) diff --git a/setup.py b/setup.py index 989b4c9..a7b7d88 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ] setuptools.setup( name=name, - version="0.0.16", + version="0.0.17", description=description, long_description=long_description, author="CloudQuery LTD",