Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.13.0"
".": "2.14.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" }]
Expand Down
Loading