Skip to content

Commit c741ffd

Browse files
committed
chore(main): Release v0.0.41
1 parent 9fc9b1e commit c741ffd

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.40"
2+
".": "0.0.41"
33
}

CHANGELOG.md

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

3+
## [0.0.41](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.40...v0.0.41) (2025-03-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency black to v25 ([#150](https://github.com/cloudquery/plugin-pb-python/issues/150)) ([9fc9b1e](https://github.com/cloudquery/plugin-pb-python/commit/9fc9b1e984a29f153abb477ba4604021c9bca3be))
9+
* **deps:** Update dependency pyarrow to v19.0.1 ([#149](https://github.com/cloudquery/plugin-pb-python/issues/149)) ([ad68233](https://github.com/cloudquery/plugin-pb-python/commit/ad682334dd0c6c18ccee1a42b3273ee0431d6481))
10+
311
## [0.0.40](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.39...v0.0.40) (2025-02-03)
412

513

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.40",
40+
version="0.0.41",
4141
description=description,
4242
long_description=long_description,
4343
author="CloudQuery LTD",

0 commit comments

Comments
 (0)