Skip to content

Commit be29edd

Browse files
authored
chore(main): Release v0.1.22 (#170)
1 parent 6d471e8 commit be29edd

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.21"
2+
".": "0.1.22"
33
}

CHANGELOG.md

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

3+
## [0.1.22](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.21...v0.1.22) (2024-05-07)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* 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))
10+
311
## [0.1.21](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.20...v0.1.21) (2024-05-06)
412

513

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.21",
54+
version="0.1.22",
5555
description=description,
5656
long_description=long_description,
5757
author="CloudQuery LTD",

0 commit comments

Comments
 (0)