Skip to content

Commit c05de30

Browse files
authored
chore(main): Release v0.1.33 (#222)
🤖 I have created a release *beep* *boop* --- ## [0.1.33](v0.1.32...v0.1.33) (2024-08-14) ### Bug Fixes * dont error when field has no metadata. ([#221](#221)) ([aac99a9](aac99a9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent aac99a9 commit c05de30

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.32"
2+
".": "0.1.33"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.33](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.32...v0.1.33) (2024-08-14)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [0.1.32](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.31...v0.1.32) (2024-08-01)
411

512

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
]
5252
setuptools.setup(
5353
name=name,
54-
version="0.1.32",
54+
version="0.1.33",
5555
description=description,
5656
long_description=long_description,
5757
author="CloudQuery LTD",

0 commit comments

Comments
 (0)