Skip to content

Commit 5c10d49

Browse files
committed
chore(main): Release v0.0.51
1 parent ac321aa commit 5c10d49

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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.50"
2+
".": "0.0.51"
33
}

CHANGELOG.md

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

3+
## [0.0.51](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.50...v0.0.51) (2026-01-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency black to v25.11.0 ([#198](https://github.com/cloudquery/plugin-pb-python/issues/198)) ([1154ca1](https://github.com/cloudquery/plugin-pb-python/commit/1154ca146e50bdc052f2d9dc8020c541969faeba))
9+
* **deps:** Update dependency black to v25.12.0 ([#203](https://github.com/cloudquery/plugin-pb-python/issues/203)) ([d87488c](https://github.com/cloudquery/plugin-pb-python/commit/d87488cf6acc68018764fb374e15f28a584750ed))
10+
* **deps:** Update dependency pytest to v9 ([#201](https://github.com/cloudquery/plugin-pb-python/issues/201)) ([73cf3b6](https://github.com/cloudquery/plugin-pb-python/commit/73cf3b634700370efab9d1f135d9835a202ec2ed))
11+
* **deps:** Update dependency pytest to v9.0.2 ([#202](https://github.com/cloudquery/plugin-pb-python/issues/202)) ([b92331f](https://github.com/cloudquery/plugin-pb-python/commit/b92331f7925f4681f653110a9a3ff0670d1ac8c7))
12+
313
## [0.0.50](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.49...v0.0.50) (2025-11-03)
414

515

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
]
3838
setuptools.setup(
3939
name=name,
40-
version="0.0.50",
40+
version="0.0.51",
4141
description=description,
4242
long_description=long_description,
4343
author="CloudQuery LTD",

0 commit comments

Comments
 (0)