From 31542e221d5efaacb8154a071f90023327eb85e3 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:07:34 +0200 Subject: [PATCH] chore(main): Release v0.1.40 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ setup.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 29dfbb8..665c88f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.39" + ".": "0.1.40" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 448f50e..245fc89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.1.40](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.39...v0.1.40) (2025-01-07) + + +### Bug Fixes + +* **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)) +* **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)) +* **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)) +* **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)) + ## [0.1.39](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.38...v0.1.39) (2024-12-24) diff --git a/setup.py b/setup.py index b4fa125..6ee7334 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ ] setuptools.setup( name=name, - version="0.1.39", + version="0.1.40", description=description, long_description=long_description, author="CloudQuery LTD",