diff --git a/CHANGELOG.md b/CHANGELOG.md index 560fd53c..ef1fcfa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # CHANGELOG +## v3.5.0 (2025-01-09) + +### Bug Fixes + +- **scan_status**: Set done status manually if devices are None + ([`42af11b`](https://gitlab.psi.ch/bec/bec/-/commit/42af11b70a5253e73194ed21ad1bb158e194c8fa)) + +- **scan_stubs**: Fixed check for pending stub status objects + ([`150210d`](https://gitlab.psi.ch/bec/bec/-/commit/150210d41839ee51e7e28a8e82116d68531e1862)) + +### Features + +- **stub_status**: Added name to stub status + ([`b6f1754`](https://gitlab.psi.ch/bec/bec/-/commit/b6f175476c806333eaf5ae0832559bb56994f74c)) + + ## v3.4.3 (2025-01-08) ### Bug Fixes diff --git a/bec_ipython_client/pyproject.toml b/bec_ipython_client/pyproject.toml index 5a55cc55..e47975a3 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 = "3.4.3" +version = "3.5.0" description = "BEC IPython client" requires-python = ">=3.10" classifiers = [ diff --git a/bec_lib/pyproject.toml b/bec_lib/pyproject.toml index 0db74ad4..0c140cde 100644 --- a/bec_lib/pyproject.toml +++ b/bec_lib/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_lib" -version = "3.4.3" +version = "3.5.0" description = "BEC library" requires-python = ">=3.10" classifiers = [ diff --git a/bec_server/pyproject.toml b/bec_server/pyproject.toml index 1219fd31..e748de66 100644 --- a/bec_server/pyproject.toml +++ b/bec_server/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec-server" -version = "3.4.3" +version = "3.5.0" description = "BEC server" requires-python = ">=3.10" classifiers = [ diff --git a/pytest_bec_e2e/pyproject.toml b/pytest_bec_e2e/pyproject.toml index 9e1e1bcd..6ab250a1 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 = "3.4.3" +version = "3.5.0" description = "BEC pytest plugin for end-to-end tests" requires-python = ">=3.10" classifiers = [