Skip to content

Commit

Permalink
chore(main): Release v0.1.22 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
cq-bot committed May 7, 2024
1 parent 6d471e8 commit be29edd
Show file tree
Hide file tree
Showing 3 changed files with 10 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.21"
".": "0.1.22"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.22](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.21...v0.1.22) (2024-05-07)


### Bug Fixes

* **deps:** Update dependency cloudquery-plugin-pb to v0.0.27 ([#169](https://github.com/cloudquery/plugin-sdk-python/issues/169)) ([cf4668d](https://github.com/cloudquery/plugin-sdk-python/commit/cf4668dc7916ba8497f06faaeb2cdfbebc849db1))
* Revert "fix(deps): Update dependency python-dateutil to v2.9.0.post0 ([#167](https://github.com/cloudquery/plugin-sdk-python/issues/167))" ([#171](https://github.com/cloudquery/plugin-sdk-python/issues/171)) ([6d471e8](https://github.com/cloudquery/plugin-sdk-python/commit/6d471e8952322e2e323feab5cd78861caf5c31eb))

## [0.1.21](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.20...v0.1.21) (2024-05-06)


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.21",
version="0.1.22",
description=description,
long_description=long_description,
author="CloudQuery LTD",
Expand Down

0 comments on commit be29edd

Please sign in to comment.