Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-06-20 15:37:52 +00:00
parent df948db311
commit 4dfc9e6459
5 changed files with 18 additions and 4 deletions
+14
View File
@@ -1,6 +1,20 @@
# CHANGELOG
## v3.42.4 (2025-06-20)
### Bug Fixes
- **async update**: Prevent data emission after scan is closed
([`df948db`](https://github.com/bec-project/bec/commit/df948db311f58ca3ccc21e10fed4faef97ad08d1))
- **message_handler**: Use scan_info obj instead of metadata
([`17a21fa`](https://github.com/bec-project/bec/commit/17a21fac1ea323c5ec0a35282a37375b9607038a))
- **scan progress**: Do not set to 100 percent on abort; add scan status
([`233743c`](https://github.com/bec-project/bec/commit/233743ce064bf7bb6fcfccc8ec104ada4983d598))
## v3.42.3 (2025-06-18)
### Bug Fixes
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_ipython_client"
version = "3.42.3"
version = "3.42.4"
description = "BEC IPython client"
requires-python = ">=3.10"
classifiers = [
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_lib"
version = "3.42.3"
version = "3.42.4"
description = "BEC library"
requires-python = ">=3.10"
classifiers = [
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec-server"
version = "3.42.3"
version = "3.42.4"
description = "BEC server"
requires-python = ">=3.10"
classifiers = [
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "pytest-bec-e2e"
version = "3.42.3"
version = "3.42.4"
description = "BEC pytest plugin for end-to-end tests"
requires-python = ">=3.10"
classifiers = [