Skip to content

Commit 3599751

Browse files
committed
chore(main): Release v0.1.42
1 parent 9134d63 commit 3599751

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.1.41"
2+
".": "0.1.42"
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.1.42](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.41...v0.1.42) (2025-03-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency black to v25 ([#287](https://github.com/cloudquery/plugin-sdk-python/issues/287)) ([dca6df3](https://github.com/cloudquery/plugin-sdk-python/commit/dca6df39f8fd94174add2f0799852f0c246f8c70))
9+
* **deps:** Update dependency numpy to v2.2.3 ([#284](https://github.com/cloudquery/plugin-sdk-python/issues/284)) ([d7d344a](https://github.com/cloudquery/plugin-sdk-python/commit/d7d344a7bacef1f24cad800d4bf45c92b2c4bc9b))
10+
* **deps:** Update dependency pyarrow to v19.0.1 ([#285](https://github.com/cloudquery/plugin-sdk-python/issues/285)) ([29dda77](https://github.com/cloudquery/plugin-sdk-python/commit/29dda775f6479b13929a93fe7646502a0871df57))
11+
* **deps:** Update dependency pytz to v2025 ([#288](https://github.com/cloudquery/plugin-sdk-python/issues/288)) ([9134d63](https://github.com/cloudquery/plugin-sdk-python/commit/9134d6384ba9e6db8c24110c7e28832cd427cb60))
12+
313
## [0.1.41](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.40...v0.1.41) (2025-02-03)
414

515

setup.py

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

0 commit comments

Comments
 (0)