From 4c81daafc9b4939e755e8d2fcc5968d28a0ff1ec Mon Sep 17 00:00:00 2001 From: blsqbot <83090543+blsqbot@users.noreply.github.com> Date: Mon, 26 May 2025 17:08:39 +0200 Subject: [PATCH] chore(main): release 2.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bfc26f9c..75ec52fc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.3.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e9e596ca..61e45046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.3.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.2.0...v2.3.0) (2025-05-26) + + +### Features + +* add the new GitHub action for pushing into the SDK init command (HEXA-1269) ([#266](https://github.com/BLSQ/openhexa-sdk-python/issues/266)) ([575f604](https://github.com/BLSQ/openhexa-sdk-python/commit/575f604872d39049131a9b460b3571882002edb6)) +* breaking changes detection against the backend server (HEXA-1238) ([#260](https://github.com/BLSQ/openhexa-sdk-python/issues/260)) ([316feef](https://github.com/BLSQ/openhexa-sdk-python/commit/316feef5ed62b981d855c379278f670df544fbdb)) + + +### Bug Fixes + +* prefix iaso widget with IASO_ ([#267](https://github.com/BLSQ/openhexa-sdk-python/issues/267)) ([8a7dd70](https://github.com/BLSQ/openhexa-sdk-python/commit/8a7dd70b32b4c99deee8c458b1804842ca7b06b7)) +* SDK dataset add_file filename is not optional ([#262](https://github.com/BLSQ/openhexa-sdk-python/issues/262)) ([825f209](https://github.com/BLSQ/openhexa-sdk-python/commit/825f209e076a0059fa5b44145820ca333565f4f9)) +* type of arg `type` should be of type `type` ([#265](https://github.com/BLSQ/openhexa-sdk-python/issues/265)) ([d9e7421](https://github.com/BLSQ/openhexa-sdk-python/commit/d9e742197b47f5fe387a3f8b008b3dd08cbaf184)) + ## [2.2.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.1.2...v2.2.0) (2025-05-14) diff --git a/pyproject.toml b/pyproject.toml index f8418201..562e335b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.sdk" -version = "2.2.0" +version = "2.3.0" description = "OpenHEXA SDK" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]