From cc085dbac9f1ad1d7d0a7708f72bbf0146b827cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20G=C3=A9r=C3=B4me?= Date: Tue, 22 Oct 2024 09:34:55 +0200 Subject: [PATCH] chore(main): release 0.3.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cce9240..dbe5ddf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.1" + ".": "0.3.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b4e6544..1b0c6a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.2](https://github.com/BLSQ/openhexa-sdk-python/compare/v0.3.1...v0.3.2) (2024-10-22) + + +### 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)) + ## [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..c0db9aa 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 = "0.3.2" description = "OpenHEXA SDK" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]