Skip to content

Commit e761bbd

Browse files
committed
chore: release v2.14.0
1 parent 9134b26 commit e761bbd

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.13.0"
2+
".": "2.14.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [2.14.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.13.0...v2.14.0) (2025-10-01)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* try another pattern on global level for PR name ([014ea85](https://github.com/BLSQ/openhexa-sdk-python/commit/014ea85bccd5b8e34396efbf118bed44fbca4b3f))
14+
* try to remove PR title pattern, to fix release ([ee36066](https://github.com/BLSQ/openhexa-sdk-python/commit/ee3606630db0743734f3307075df43f961e16efe))
15+
* update PR title to include version ([22864de](https://github.com/BLSQ/openhexa-sdk-python/commit/22864de7b582152a60a94e9f4f0500478b86c077))
16+
317
## [2.13.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.12.2...v2.13.0) (2025-09-25)
418

519

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "openhexa.sdk"
7-
version = "2.13.0"
7+
version = "2.14.0"
88
description = "OpenHEXA SDK"
99

1010
authors = [{ name = "Bluesquare", email = "[email protected]" }]

0 commit comments

Comments
 (0)