From 6a95a43f52680ab3b9f61ab8c60abf02a0f4aab4 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 12 Oct 2023 19:24:55 +0300 Subject: [PATCH] chore(main): Release v0.0.18 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07fe09b..847680b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.18](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.17...v0.0.18) (2023-10-12) + + +### Bug Fixes + +* Generate Python Code from `plugin-pb` ([#28](https://github.com/cloudquery/plugin-pb-python/issues/28)) ([aa88479](https://github.com/cloudquery/plugin-pb-python/commit/aa88479015296533e11e695128c866c97a886322)) + ## [0.0.17](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.16...v0.0.17) (2023-10-02) diff --git a/setup.py b/setup.py index a7b7d88..febd04b 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ] setuptools.setup( name=name, - version="0.0.17", + version="0.0.18", description=description, long_description=long_description, author="CloudQuery LTD",