Skip to content

Commit eb0fce8

Browse files
committed
chore(main): release 2.3.0
1 parent 670fe92 commit eb0fce8

3 files changed

Lines changed: 16 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.2.0"
2+
".": "2.3.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.3.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.2.0...v2.3.0) (2025-05-22)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* 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))
10+
11+
12+
### Bug Fixes
13+
14+
* 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))
15+
* 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))
16+
317
## [2.2.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.1.2...v2.2.0) (2025-05-14)
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.2.0"
7+
version = "2.3.0"
88
description = "OpenHEXA SDK"
99

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

0 commit comments

Comments
 (0)