Skip to content

Commit 59e43f2

Browse files
authored
chore(main): Release v0.1.40 (#271)
🤖 I have created a release *beep* *boop* --- ## [0.1.40](v0.1.39...v0.1.40) (2025-01-07) ### Bug Fixes * **deps:** Update dependency cloudquery-plugin-pb to v0.0.39 ([#273](#273)) ([d7b7590](d7b7590)) * **deps:** Update dependency numpy to v2.2.1 ([#270](#270)) ([0077c26](0077c26)) * **deps:** Update dependency protobuf to v5.29.2 ([#269](#269)) ([6a1e021](6a1e021)) * **deps:** Update dependency six to v1.17.0 ([#272](#272)) ([f3733b7](f3733b7)) --- 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 d7b7590 commit 59e43f2

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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.39"
2+
".": "0.1.40"
33
}

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.1.40](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.39...v0.1.40) (2025-01-07)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency cloudquery-plugin-pb to v0.0.39 ([#273](https://github.com/cloudquery/plugin-sdk-python/issues/273)) ([d7b7590](https://github.com/cloudquery/plugin-sdk-python/commit/d7b7590168a8109d26ec9170e8ac66586bb827db))
9+
* **deps:** Update dependency numpy to v2.2.1 ([#270](https://github.com/cloudquery/plugin-sdk-python/issues/270)) ([0077c26](https://github.com/cloudquery/plugin-sdk-python/commit/0077c2683235f06ceadb76d487c7d784033eed3e))
10+
* **deps:** Update dependency protobuf to v5.29.2 ([#269](https://github.com/cloudquery/plugin-sdk-python/issues/269)) ([6a1e021](https://github.com/cloudquery/plugin-sdk-python/commit/6a1e021d4a7c0cbbef7eec67416b43d101f33bf1))
11+
* **deps:** Update dependency six to v1.17.0 ([#272](https://github.com/cloudquery/plugin-sdk-python/issues/272)) ([f3733b7](https://github.com/cloudquery/plugin-sdk-python/commit/f3733b76604527b15aae68bee1e38e83961fad50))
12+
313
## [0.1.39](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.38...v0.1.39) (2024-12-24)
414

515

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

0 commit comments

Comments
 (0)