Skip to content

Commit 60e9d53

Browse files
authored
chore(main): Release v0.1.27 (#191)
1 parent a6c7a10 commit 60e9d53

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-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.26"
2+
".": "0.1.27"
33
}

CHANGELOG.md

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

3+
## [0.1.27](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.26...v0.1.27) (2024-07-08)
4+
5+
6+
### Features
7+
8+
* State Client ([#198](https://github.com/cloudquery/plugin-sdk-python/issues/198)) ([3193879](https://github.com/cloudquery/plugin-sdk-python/commit/3193879e57fe84d5cdbffeddf25bb98cea5bef10))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** Update dependency grpcio to v1.64.1 ([#189](https://github.com/cloudquery/plugin-sdk-python/issues/189)) ([9cafffd](https://github.com/cloudquery/plugin-sdk-python/commit/9cafffdf22aa261a52f55d2148f008ce8d20ec5f))
14+
* **deps:** Update dependency grpcio-tools to v1.64.1 ([#190](https://github.com/cloudquery/plugin-sdk-python/issues/190)) ([f7eea8d](https://github.com/cloudquery/plugin-sdk-python/commit/f7eea8d30a72e8f4226f75f4d0caef9be8bb36ae))
15+
* **deps:** Update dependency packaging to v24.1 ([#194](https://github.com/cloudquery/plugin-sdk-python/issues/194)) ([73d18ca](https://github.com/cloudquery/plugin-sdk-python/commit/73d18ca673a1d86de622181fb21c10ed142c9b58))
16+
* **deps:** Update dependency protobuf to v5.27.2 ([#192](https://github.com/cloudquery/plugin-sdk-python/issues/192)) ([b2e8673](https://github.com/cloudquery/plugin-sdk-python/commit/b2e8673bf4e212ca0983ef0fb1e0849859a466b5))
17+
* **deps:** Update dependency pytest to v8.2.2 ([#193](https://github.com/cloudquery/plugin-sdk-python/issues/193)) ([e3b240e](https://github.com/cloudquery/plugin-sdk-python/commit/e3b240e594a046b65217b24cb34d53dcb2f9ac3d))
18+
* **deps:** Update dependency python-dateutil to v2.9.0.post0 ([#195](https://github.com/cloudquery/plugin-sdk-python/issues/195)) ([a2835bb](https://github.com/cloudquery/plugin-sdk-python/commit/a2835bb8b0e3d810b21060d1f46a7873d1a3ea09))
19+
* **deps:** Update dependency tzdata to v2024 ([#197](https://github.com/cloudquery/plugin-sdk-python/issues/197)) ([a6c7a10](https://github.com/cloudquery/plugin-sdk-python/commit/a6c7a1045e5e703e4ae5200a1c1b06f68f1a11c9))
20+
321
## [0.1.26](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.25...v0.1.26) (2024-06-03)
422

523

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

0 commit comments

Comments
 (0)