Skip to content

Commit 58e478d

Browse files
authored
chore(main): release 1.0.0 (#212)
1 parent 47a78e5 commit 58e478d

3 files changed

Lines changed: 23 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-
".": "0.3.1"
2+
".": "1.0.0"
33
}

CHANGELOG.md

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

3+
## [1.0.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v0.3.1...v1.0.0) (2024-12-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Set a default version number for each pipeline version, make version name optional ([#221](https://github.com/BLSQ/openhexa-sdk-python/issues/221))
9+
10+
### Features
11+
12+
* conditionally run pipelines in debug mode ([#223](https://github.com/BLSQ/openhexa-sdk-python/issues/223)) ([6f495f7](https://github.com/BLSQ/openhexa-sdk-python/commit/6f495f79d90c64bf1b7729b4b570af1fa5bdb925))
13+
* Set a default version number for each pipeline version, make version name optional ([#221](https://github.com/BLSQ/openhexa-sdk-python/issues/221)) ([488b290](https://github.com/BLSQ/openhexa-sdk-python/commit/488b2906a3d9948d6c86de8cdf4d998ec8e8bc47))
14+
15+
16+
### Bug Fixes
17+
18+
* **Connections:** fix shallow matching when retrieving connection fields ([#209](https://github.com/BLSQ/openhexa-sdk-python/issues/209)) ([0bfd5f7](https://github.com/BLSQ/openhexa-sdk-python/commit/0bfd5f7d6f56f9e061551d85343e9389d827cf79))
19+
* **deps:** update dependency pytest-cov to v6 ([#218](https://github.com/BLSQ/openhexa-sdk-python/issues/218)) ([47a78e5](https://github.com/BLSQ/openhexa-sdk-python/commit/47a78e5917ecab473c19f5b792bec94e1665f0c9))
20+
* fixes the default value to be of type list ([#211](https://github.com/BLSQ/openhexa-sdk-python/issues/211)) ([151e3af](https://github.com/BLSQ/openhexa-sdk-python/commit/151e3af419d5ea142781ce306c6c5bad3dc36239))
21+
* Prevent saving pipeline versions with the same name ([#220](https://github.com/BLSQ/openhexa-sdk-python/issues/220)) ([93e597e](https://github.com/BLSQ/openhexa-sdk-python/commit/93e597e2962b1901b01794a21c051127e02cf525))
22+
* Remove slash from api_url ([#219](https://github.com/BLSQ/openhexa-sdk-python/issues/219)) ([965ba0b](https://github.com/BLSQ/openhexa-sdk-python/commit/965ba0bfe970db30e3908e52ac3bb76f3aee7c9d))
23+
324
## [0.3.1](https://github.com/BLSQ/openhexa-sdk-python/compare/v0.3.0...v0.3.1) (2024-09-05)
425

526

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 = "0.3.1"
7+
version = "1.0.0"
88
description = "OpenHEXA SDK"
99

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

0 commit comments

Comments
 (0)