Skip to content

Commit c75ea30

Browse files
committed
chore(main): Release v0.1.43
1 parent 45a9f5b commit c75ea30

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.43](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.42...v0.1.43) (2025-04-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency numpy to v2.2.4 ([#291](https://github.com/cloudquery/plugin-sdk-python/issues/291)) ([45a9f5b](https://github.com/cloudquery/plugin-sdk-python/commit/45a9f5b18a9531973e7e6c7f8909109e9b3a719a))
9+
310
## [0.1.42](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.41...v0.1.42) (2025-03-06)
411

512

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
]
5252
setuptools.setup(
5353
name=name,
54-
version="0.1.42",
54+
version="0.1.43",
5555
description=description,
5656
long_description=long_description,
5757
author="CloudQuery LTD",

0 commit comments

Comments
 (0)