Skip to content

Commit 29bec05

Browse files
chore(main): Release v0.1.55
1 parent 1e2bd60 commit 29bec05

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-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.54"
2+
".": "0.1.55"
33
}

CHANGELOG.md

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

3+
## [0.1.55](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.54...v0.1.55) (2026-04-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency pytest to v9.0.3 [SECURITY] ([#385](https://github.com/cloudquery/plugin-sdk-python/issues/385)) ([faea392](https://github.com/cloudquery/plugin-sdk-python/commit/faea392b91bd4902359faef0f141e0b1b74527b7))
9+
* **deps:** Update dependency pytest to v9.0.3 [SECURITY] ([#387](https://github.com/cloudquery/plugin-sdk-python/issues/387)) ([e7814d1](https://github.com/cloudquery/plugin-sdk-python/commit/e7814d1a4c93fcc279c06d958b44760a07948041))
10+
* **deps:** Update dependency pytest to v9.0.3 [SECURITY] ([#388](https://github.com/cloudquery/plugin-sdk-python/issues/388)) ([13046ac](https://github.com/cloudquery/plugin-sdk-python/commit/13046ac85f9440d136988b23f393e59f0de74627))
11+
* **deps:** Update dependency pytest to v9.0.3 [SECURITY] ([#389](https://github.com/cloudquery/plugin-sdk-python/issues/389)) ([447bf67](https://github.com/cloudquery/plugin-sdk-python/commit/447bf67e17883e33940dcb7dd7727251f667c3d6))
12+
* **deps:** Update dependency pytest to v9.0.3 [SECURITY] ([#390](https://github.com/cloudquery/plugin-sdk-python/issues/390)) ([10e2c31](https://github.com/cloudquery/plugin-sdk-python/commit/10e2c31bd598e18a627aa4f4e619577ba2278ef3))
13+
* **deps:** Update dependency pytest to v9.0.3 [SECURITY] ([#391](https://github.com/cloudquery/plugin-sdk-python/issues/391)) ([85a3cdc](https://github.com/cloudquery/plugin-sdk-python/commit/85a3cdc725debbfec91ae4a98fbd8b80f7519e69))
14+
* **deps:** Update dependency pytest to v9.0.3 [SECURITY] ([#392](https://github.com/cloudquery/plugin-sdk-python/issues/392)) ([45ec16f](https://github.com/cloudquery/plugin-sdk-python/commit/45ec16f64db0c34315671220c26dda8da6d977ad))
15+
* **deps:** Update dependency pytest to v9.0.3 [SECURITY] ([#394](https://github.com/cloudquery/plugin-sdk-python/issues/394)) ([f935ee4](https://github.com/cloudquery/plugin-sdk-python/commit/f935ee474dad12340578809645ef862c9e323a6e))
16+
* **deps:** Update dependency pytest to v9.0.3 [SECURITY] ([#395](https://github.com/cloudquery/plugin-sdk-python/issues/395)) ([793e068](https://github.com/cloudquery/plugin-sdk-python/commit/793e0684bf521b76497ec471096fd4d3cb0792e7))
17+
* **deps:** Update dependency pytest to v9.0.3 [SECURITY] ([#396](https://github.com/cloudquery/plugin-sdk-python/issues/396)) ([1e2bd60](https://github.com/cloudquery/plugin-sdk-python/commit/1e2bd604be8881ed047f5d949d00d72bb5e66976))
18+
319
## [0.1.54](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.53...v0.1.54) (2026-03-13)
420

521

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cloudquery-plugin-sdk"
7-
version = "0.1.54"
7+
version = "0.1.55"
88
description = "CloudQuery Plugin SDK for Python"
99
readme = "README.md"
1010
license = "MPL-2.0"

0 commit comments

Comments
 (0)