From 2e435174f3c86b46cc718760b8ad0208d8348a05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20G=C3=A9r=C3=B4me?= Date: Thu, 27 Jun 2024 11:45:02 +0200 Subject: [PATCH] chore(main): release 0.1.51 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65417fd..9a6b72f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.51](https://github.com/BLSQ/openhexa-sdk-python/compare/0.1.50...0.1.51) (2024-06-27) + + +### Bug Fixes + +* **Connections:** use lowercase for identifier ([#184](https://github.com/BLSQ/openhexa-sdk-python/issues/184)) ([a864629](https://github.com/BLSQ/openhexa-sdk-python/commit/a864629fd21cabb1ea0918cee974ae71e36a42b7)) + + +### Miscellaneous + +* **deps:** update actions/setup-python action to v5 ([#177](https://github.com/BLSQ/openhexa-sdk-python/issues/177)) ([efc4253](https://github.com/BLSQ/openhexa-sdk-python/commit/efc42534aba155f08bcb3dd9c41d7c5925352e67)) +* **deps:** update pre-commit/action action to v3 ([#183](https://github.com/BLSQ/openhexa-sdk-python/issues/183)) ([b48cb83](https://github.com/BLSQ/openhexa-sdk-python/commit/b48cb8398f38b26823902d02b8e3b4ff91354fcf)) + ## [0.1.50](https://github.com/BLSQ/openhexa-sdk-python/compare/0.1.49...0.1.50) (2024-06-25) diff --git a/pyproject.toml b/pyproject.toml index 3581cec..be621ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.sdk" -version = "0.1.50" +version = "0.1.51" description = "OpenHEXA SDK" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]