Skip to content

Commit

Permalink
chore(main): Release v0.1.33 (#222)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
cq-bot authored Aug 14, 2024
1 parent aac99a9 commit c05de30
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.32"
".": "0.1.33"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c05de30

Please sign in to comment.