Skip to content

Commit ae3396e

Browse files
authored
chore: release v2.14.1 (#325)
1 parent e05d3f1 commit ae3396e

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.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.14.0"
2+
".": "2.14.1"
33
}

CHANGELOG.md

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

3+
## [2.14.1](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.14.0...v2.14.1) (2025-10-08)
4+
5+
6+
### Bug Fixes
7+
8+
* HEXA-1389 make functional type and tags optional ([#324](https://github.com/BLSQ/openhexa-sdk-python/issues/324)) ([0553aee](https://github.com/BLSQ/openhexa-sdk-python/commit/0553aeeea72f4f57fcaed14dc0e28ea526f4dadd))
9+
10+
11+
### Miscellaneous
12+
13+
* **deps:** update dependency ruff to >=0.14.0,<0.15.0 ([#323](https://github.com/BLSQ/openhexa-sdk-python/issues/323)) ([e05d3f1](https://github.com/BLSQ/openhexa-sdk-python/commit/e05d3f1df1f3668c2c1f6fa9aea3fbe61561d09a))
14+
315
## [2.14.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.13.0...v2.14.0) (2025-10-06)
416

517

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.14.0"
7+
version = "2.14.1"
88
description = "OpenHEXA SDK"
99

1010
authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]

0 commit comments

Comments
 (0)