Skip to content

Commit 3a4d72a

Browse files
chore(main): Release v0.0.55
1 parent c24e6cf commit 3a4d72a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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.0.54"
2+
".": "0.0.55"
33
}

CHANGELOG.md

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

3+
## [0.0.55](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.54...v0.0.55) (2026-04-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency pytest to v9.0.3 [SECURITY] ([#224](https://github.com/cloudquery/plugin-pb-python/issues/224)) ([c8f4360](https://github.com/cloudquery/plugin-pb-python/commit/c8f43605d7e5267ae698bc28eb4a38248f12996e))
9+
* **deps:** Update dependency pytest to v9.0.3 [SECURITY] ([#226](https://github.com/cloudquery/plugin-pb-python/issues/226)) ([9e4f23c](https://github.com/cloudquery/plugin-pb-python/commit/9e4f23c747c5112a5b0cc8ffbfef9df6703861dc))
10+
* **deps:** Update dependency pytest to v9.0.3 [SECURITY] ([#227](https://github.com/cloudquery/plugin-pb-python/issues/227)) ([77d029f](https://github.com/cloudquery/plugin-pb-python/commit/77d029f9af7e9359d2f0cf16776bc7ab0b55c0e6))
11+
* **deps:** Update dependency pytest to v9.0.3 [SECURITY] ([#228](https://github.com/cloudquery/plugin-pb-python/issues/228)) ([08c3834](https://github.com/cloudquery/plugin-pb-python/commit/08c383404eee4f65a590dac7d22c68a95176adb8))
12+
* **deps:** Update dependency pytest to v9.0.3 [SECURITY] ([#229](https://github.com/cloudquery/plugin-pb-python/issues/229)) ([c24e6cf](https://github.com/cloudquery/plugin-pb-python/commit/c24e6cfe0a9a20b27e19779e1ac782b45c3cc11d))
13+
314
## [0.0.54](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.53...v0.0.54) (2026-03-12)
415

516

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-pb"
7-
version = "0.0.54"
7+
version = "0.0.55"
88
description = "CloudQuery Plugin client and server library"
99
readme = "README.md"
1010
license = "MPL-2.0"

0 commit comments

Comments
 (0)