From 6f3076e648392915b8fd3ae0258e65c431843455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20G=C3=A9r=C3=B4me?= Date: Tue, 3 Dec 2024 13:45:09 +0100 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cce9240..fea3454 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.1" + ".": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b4e6544..a050dbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.0.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v0.3.1...v1.0.0) (2024-12-03) + + +### ⚠ BREAKING CHANGES + +* Set a default version number for each pipeline version, make version name optional ([#221](https://github.com/BLSQ/openhexa-sdk-python/issues/221)) + +### Features + +* 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)) + + +### Bug Fixes + +* **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)) +* 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)) +* 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)) +* 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)) + ## [0.3.1](https://github.com/BLSQ/openhexa-sdk-python/compare/v0.3.0...v0.3.1) (2024-09-05) diff --git a/pyproject.toml b/pyproject.toml index ee9ac66..e56419c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.sdk" -version = "0.3.1" +version = "1.0.0" description = "OpenHEXA SDK" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]