Skip to content

Commit 9134079

Browse files
authored
chore(main): release 2.9.0 (#295)
1 parent 9dd13c5 commit 9134079

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-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.8.0"
2+
".": "2.9.0"
33
}

CHANGELOG.md

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

3+
## [2.9.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.8.0...v2.9.0) (2025-08-25)
4+
5+
6+
### Features
7+
8+
* **graphql:** support uploadPipeline mutation ([#302](https://github.com/BLSQ/openhexa-sdk-python/issues/302)) ([9dd13c5](https://github.com/BLSQ/openhexa-sdk-python/commit/9dd13c5b5854b7e0c267173d6f8b82dc8fceb73e))
9+
* prioritize connections from env ([#297](https://github.com/BLSQ/openhexa-sdk-python/issues/297)) ([f3ed79a](https://github.com/BLSQ/openhexa-sdk-python/commit/f3ed79a3ce003401331ebbdbaee6ac03831121c1))
10+
* **workspace:** add method to expose configuration property from workspace ([#299](https://github.com/BLSQ/openhexa-sdk-python/issues/299)) ([9d5a425](https://github.com/BLSQ/openhexa-sdk-python/commit/9d5a4251ff3bf4412d4ee9901924342634272c7f))
11+
12+
13+
### Bug Fixes
14+
15+
* add conda build to ci workflow ([#293](https://github.com/BLSQ/openhexa-sdk-python/issues/293)) ([7ae0aad](https://github.com/BLSQ/openhexa-sdk-python/commit/7ae0aad53b666786b6f2f98f3c2a7dabf7463c98))
16+
* **deps:** update dependency build to >=1.3,<2 ([#296](https://github.com/BLSQ/openhexa-sdk-python/issues/296)) ([cc91e25](https://github.com/BLSQ/openhexa-sdk-python/commit/cc91e25bf1e4b82a03b875ea75ce705d3211da2f))
17+
* running pipeline locally with custom image (HEXA-1337) ([172ecf6](https://github.com/BLSQ/openhexa-sdk-python/commit/172ecf6d9f8edfb8672559d0d767f1f1adec8d0a))
18+
319
## [2.8.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.7.2...v2.8.0) (2025-06-30)
420

521

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

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

0 commit comments

Comments
 (0)