Skip to content

Commit b60f1cb

Browse files
authored
chore(main): Release v0.1.43 (#293)
🤖 I have created a release *beep* *boop* --- ## [0.1.43](v0.1.42...v0.1.43) (2025-04-01) ### Bug Fixes * **deps:** Update dependency cloudquery-plugin-pb to v0.0.42 ([#294](#294)) ([5220174](5220174)) * **deps:** Update dependency numpy to v2.2.4 ([#291](#291)) ([45a9f5b](45a9f5b)) * **deps:** Update dependency protobuf to v5.29.4 ([#292](#292)) ([8480317](8480317)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 5220174 commit b60f1cb

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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 cloudquery-plugin-pb to v0.0.42 ([#294](https://github.com/cloudquery/plugin-sdk-python/issues/294)) ([5220174](https://github.com/cloudquery/plugin-sdk-python/commit/5220174beb1459de4bf5458b7c94b12d55371529))
9+
* **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))
10+
* **deps:** Update dependency protobuf to v5.29.4 ([#292](https://github.com/cloudquery/plugin-sdk-python/issues/292)) ([8480317](https://github.com/cloudquery/plugin-sdk-python/commit/84803177b9d3a164d9e47c30659ff8a1a0a4b36d))
11+
312
## [0.1.42](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.41...v0.1.42) (2025-03-06)
413

514

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)