diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6eadb43..58682893 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.13.0" + ".": "2.14.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 964298e2..162bcf86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.14.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.13.0...v2.14.0) (2025-10-06) + + +### Features + +* add functional type and tags as cli arguments ([#316](https://github.com/BLSQ/openhexa-sdk-python/issues/316)) ([9134b26](https://github.com/BLSQ/openhexa-sdk-python/commit/9134b2683b86298e773f1263365ccdf8b4dd48c8)) + + +### Bug Fixes + +* try another pattern on global level for PR name ([014ea85](https://github.com/BLSQ/openhexa-sdk-python/commit/014ea85bccd5b8e34396efbf118bed44fbca4b3f)) +* try to remove PR title pattern, to fix release ([ee36066](https://github.com/BLSQ/openhexa-sdk-python/commit/ee3606630db0743734f3307075df43f961e16efe)) +* update PR title to include version ([22864de](https://github.com/BLSQ/openhexa-sdk-python/commit/22864de7b582152a60a94e9f4f0500478b86c077)) +* wrapped exceptions, making text more UI friendly ([#320](https://github.com/BLSQ/openhexa-sdk-python/issues/320)) ([8059bb9](https://github.com/BLSQ/openhexa-sdk-python/commit/8059bb9f214327c673f37727bbf755f9126a3a2e)) + ## [2.13.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.12.2...v2.13.0) (2025-09-25) diff --git a/pyproject.toml b/pyproject.toml index cb47dbea..95437751 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.sdk" -version = "2.13.0" +version = "2.14.0" description = "OpenHEXA SDK" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]