From 9c84e158ba2ad78bab6915fb2b96b3764170a623 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 2 May 2025 11:52:28 +0000 Subject: [PATCH] 2.0.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11a2f2d9..903da46c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # CHANGELOG +## v2.0.3 (2025-05-02) + +### Bug Fixes + +- **generate_cli**: Apply isort config + ([`770dbd4`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/770dbd4b63baba588871a4d4ffa77d44872d085b)) + +- **image_item**: Wrong user access name for rotation + ([`58a0bc7`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/58a0bc79742e7e7578988711a9840ed6041d9a69)) + +### Continuous Integration + +- Add job to test that the generated client is up to date + ([`d22035f`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/d22035f8974ac51ae1b6efc0e2b3749ca0a674ff)) + + ## v2.0.2 (2025-05-01) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index fec38848..94fe0f81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.0.2" +version = "2.0.3" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [