From c05de30c7d2fcdda80f9b876100440b03d960a9f Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 14 Aug 2024 19:47:14 +0300 Subject: [PATCH] chore(main): Release v0.1.33 (#222) :robot: I have created a release *beep* *boop* --- ## [0.1.33](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.32...v0.1.33) (2024-08-14) ### Bug Fixes * dont error when field has no metadata. ([#221](https://github.com/cloudquery/plugin-sdk-python/issues/221)) ([aac99a9](https://github.com/cloudquery/plugin-sdk-python/commit/aac99a967d0e1a089794f5c53aee4cdd4f6d80cd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd32f2b..b4f0aee 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.32" + ".": "0.1.33" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f7a9439..6a28f3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.33](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.32...v0.1.33) (2024-08-14) + + +### Bug Fixes + +* dont error when field has no metadata. ([#221](https://github.com/cloudquery/plugin-sdk-python/issues/221)) ([aac99a9](https://github.com/cloudquery/plugin-sdk-python/commit/aac99a967d0e1a089794f5c53aee4cdd4f6d80cd)) + ## [0.1.32](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.31...v0.1.32) (2024-08-01) diff --git a/setup.py b/setup.py index 7ceb6a2..227758f 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ ] setuptools.setup( name=name, - version="0.1.32", + version="0.1.33", description=description, long_description=long_description, author="CloudQuery LTD",