From aba40e23813a963855c8fc76e17ccc14648e28ce Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 22 Oct 2024 16:53:26 +0000 Subject: [PATCH] 2.34.12 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ bec_ipython_client/pyproject.toml | 2 +- bec_lib/pyproject.toml | 2 +- bec_server/pyproject.toml | 2 +- pytest_bec_e2e/pyproject.toml | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 842db84b..d2442498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v2.34.12 (2024-10-22) + +### Bug Fixes + +* fix(scans): removed default from required kwarg ([`5c0d825`](https://gitlab.psi.ch/bec/bec/-/commit/5c0d8257858adc7b282d97964b88150faffd33a7)) + +* fix(scan_assembler): forward error message content ([`6fb87c7`](https://gitlab.psi.ch/bec/bec/-/commit/6fb87c725bdb0cca93c880a7869aac06e3851dd7)) + +* fix(scans): fixed kwarg check for scans without args but required kwargs ([`96734c3`](https://gitlab.psi.ch/bec/bec/-/commit/96734c3dd2ec08e539081f282669af7b95571c10)) + + ## v2.34.11 (2024-10-22) ### Bug Fixes diff --git a/bec_ipython_client/pyproject.toml b/bec_ipython_client/pyproject.toml index a3033eeb..4a25121f 100644 --- a/bec_ipython_client/pyproject.toml +++ b/bec_ipython_client/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_ipython_client" -version = "2.34.11" +version = "2.34.12" description = "BEC IPython client" requires-python = ">=3.10" classifiers = [ diff --git a/bec_lib/pyproject.toml b/bec_lib/pyproject.toml index 9f608b83..34001352 100644 --- a/bec_lib/pyproject.toml +++ b/bec_lib/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_lib" -version = "2.34.11" +version = "2.34.12" description = "BEC library" requires-python = ">=3.10" classifiers = [ diff --git a/bec_server/pyproject.toml b/bec_server/pyproject.toml index eaf12eef..ba05a19e 100644 --- a/bec_server/pyproject.toml +++ b/bec_server/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec-server" -version = "2.34.11" +version = "2.34.12" description = "BEC server" requires-python = ">=3.10" classifiers = [ diff --git a/pytest_bec_e2e/pyproject.toml b/pytest_bec_e2e/pyproject.toml index 503a5ce7..273c5b0c 100644 --- a/pytest_bec_e2e/pyproject.toml +++ b/pytest_bec_e2e/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pytest-bec-e2e" -version = "2.34.11" +version = "2.34.12" description = "BEC pytest plugin for end-to-end tests" requires-python = ">=3.10" classifiers = [