Skip to content

Commit 334213c

Browse files
committed
chore(main): Release v0.1.41
1 parent e78c775 commit 334213c

File tree

3 files changed

+15
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [0.1.41](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.40...v0.1.41) (2025-02-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency cloudquery-plugin-pb to v0.0.40 ([#283](https://github.com/cloudquery/plugin-sdk-python/issues/283)) ([2ad2aff](https://github.com/cloudquery/plugin-sdk-python/commit/2ad2aff1682b32fc8c0ccc665e4ebce36ed1991a))
9+
* **deps:** Update dependency grpcio to v1.70.0 ([#278](https://github.com/cloudquery/plugin-sdk-python/issues/278)) ([323c94f](https://github.com/cloudquery/plugin-sdk-python/commit/323c94f3923d4d353f06acac38fa85f5af845f47))
10+
* **deps:** Update dependency grpcio-tools to v1.70.0 ([#279](https://github.com/cloudquery/plugin-sdk-python/issues/279)) ([6e3598f](https://github.com/cloudquery/plugin-sdk-python/commit/6e3598fb097c1c2be012b2ac1b5f02c34a71a386))
11+
* **deps:** Update dependency numpy to v2.2.2 ([#275](https://github.com/cloudquery/plugin-sdk-python/issues/275)) ([1588459](https://github.com/cloudquery/plugin-sdk-python/commit/1588459bc9381319f9acb469a5ee888647cb1aec))
12+
* **deps:** Update dependency protobuf to v5.29.3 ([#276](https://github.com/cloudquery/plugin-sdk-python/issues/276)) ([2ff79da](https://github.com/cloudquery/plugin-sdk-python/commit/2ff79da1a55a724650329f349e9aa5c8389e53eb))
13+
* **deps:** Update dependency pyarrow to v19 ([#280](https://github.com/cloudquery/plugin-sdk-python/issues/280)) ([c5f06dc](https://github.com/cloudquery/plugin-sdk-python/commit/c5f06dc58be6816b1e600925245fcc06eb30d030))
14+
* **deps:** Update dependency structlog to v25 ([#281](https://github.com/cloudquery/plugin-sdk-python/issues/281)) ([e78c775](https://github.com/cloudquery/plugin-sdk-python/commit/e78c775422a94d0fd8e3c36d38f230197b6fce19))
15+
316
## [0.1.40](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.39...v0.1.40) (2025-01-07)
417

518

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.40",
54+
version="0.1.41",
5555
description=description,
5656
long_description=long_description,
5757
author="CloudQuery LTD",

0 commit comments

Comments
 (0)