Skip to content

Commit 650370e

Browse files
chore(main): Release v0.0.55
1 parent 3dcfeb6 commit 650370e

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.0.54"
2+
".": "0.0.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.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+
* **deps:** Update dependency pytest to v9.0.3 [SECURITY] ([#230](https://github.com/cloudquery/plugin-pb-python/issues/230)) ([d7ace83](https://github.com/cloudquery/plugin-pb-python/commit/d7ace8300ebc5c643ad4cf45b4addc7191424873))
14+
* **deps:** Update dependency pytest to v9.0.3 [SECURITY] ([#231](https://github.com/cloudquery/plugin-pb-python/issues/231)) ([177a661](https://github.com/cloudquery/plugin-pb-python/commit/177a6614f2c60e86143382a33aad6ef5cbb32f4c))
15+
* **deps:** Update dependency pytest to v9.0.3 [SECURITY] ([#232](https://github.com/cloudquery/plugin-pb-python/issues/232)) ([ee48f41](https://github.com/cloudquery/plugin-pb-python/commit/ee48f41d16f17d82103fa60ca6a230178fd7717b))
16+
* **deps:** Update dependency pytest to v9.0.3 [SECURITY] ([#234](https://github.com/cloudquery/plugin-pb-python/issues/234)) ([444b631](https://github.com/cloudquery/plugin-pb-python/commit/444b6319118c3fa9a3a41f409230dce6702a588a))
17+
* **deps:** Update dependency pytest to v9.0.3 [SECURITY] ([#235](https://github.com/cloudquery/plugin-pb-python/issues/235)) ([3dcfeb6](https://github.com/cloudquery/plugin-pb-python/commit/3dcfeb60111890752fcd8e4407dfc7dd1d534243))
18+
319
## [0.0.54](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.53...v0.0.54) (2026-03-12)
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-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)