From 46ee9e62f0e1caa4d1b0d32a3b09ed98769e6452 Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 08:51:10 +0000 Subject: [PATCH] chore(main): Release v0.0.55 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5164b40..7aaf693 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.54" + ".": "0.0.55" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f24a3..2c32599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.0.55](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.54...v0.0.55) (2026-04-15) + + +### Bug Fixes + +* **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)) +* **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)) +* **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)) +* **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)) +* **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)) +* **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)) +* **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)) +* **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)) +* **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)) +* **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)) +* **deps:** Update dependency pytest to v9.0.3 [SECURITY] ([#236](https://github.com/cloudquery/plugin-pb-python/issues/236)) ([0f1033a](https://github.com/cloudquery/plugin-pb-python/commit/0f1033ae2be2e1d6850e685a0c6e448e40809cc3)) + ## [0.0.54](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.53...v0.0.54) (2026-03-12) diff --git a/pyproject.toml b/pyproject.toml index 917c16f..0e9fdf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cloudquery-plugin-pb" -version = "0.0.54" +version = "0.0.55" description = "CloudQuery Plugin client and server library" readme = "README.md" license = "MPL-2.0"