Skip to content

Commit 0e8528e

Browse files
committed
chore(main): Release v0.0.42
1 parent d81bf97 commit 0e8528e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.41"
2+
".": "0.0.42"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.0.42](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.41...v0.0.42) (2025-04-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency protobuf to v5.29.4 ([#152](https://github.com/cloudquery/plugin-pb-python/issues/152)) ([494a95d](https://github.com/cloudquery/plugin-pb-python/commit/494a95de19b5d6c41aed5886ff78a594ca809a28))
9+
* **deps:** Update dependency pytest to v8.3.5 ([#153](https://github.com/cloudquery/plugin-pb-python/issues/153)) ([d81bf97](https://github.com/cloudquery/plugin-pb-python/commit/d81bf97b2916c0741d97d87a8426db767479387e))
10+
311
## [0.0.41](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.40...v0.0.41) (2025-03-05)
412

513

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
]
3838
setuptools.setup(
3939
name=name,
40-
version="0.0.41",
40+
version="0.0.42",
4141
description=description,
4242
long_description=long_description,
4343
author="CloudQuery LTD",

0 commit comments

Comments
 (0)