mirror of
https://github.com/bec-project/bec.git
synced 2026-06-02 08:18:31 +02:00
3.78.1
Automatically generated by python-semantic-release
This commit is contained in:
@@ -1,6 +1,17 @@
|
||||
# CHANGELOG
|
||||
|
||||
|
||||
## v3.78.1 (2025-12-02)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **devicemanager**: Add callback for limit updates from low/high_travel_limit
|
||||
([`d8e28f5`](https://github.com/bec-project/bec/commit/d8e28f5e0c2c4780b63bb040bdeabfb8fb70cd9c))
|
||||
|
||||
- **devicemanager**: Add timeout to .set calls on signals
|
||||
([`c9883e7`](https://github.com/bec-project/bec/commit/c9883e7756b37fff0672500429907e376cf07474))
|
||||
|
||||
|
||||
## v3.78.0 (2025-12-02)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "bec_ipython_client"
|
||||
version = "3.78.0"
|
||||
version = "3.78.1"
|
||||
description = "BEC IPython client"
|
||||
requires-python = ">=3.11"
|
||||
classifiers = [
|
||||
|
||||
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "bec_lib"
|
||||
version = "3.78.0"
|
||||
version = "3.78.1"
|
||||
description = "BEC library"
|
||||
requires-python = ">=3.11"
|
||||
classifiers = [
|
||||
|
||||
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "bec-server"
|
||||
version = "3.78.0"
|
||||
version = "3.78.1"
|
||||
description = "BEC server"
|
||||
requires-python = ">=3.11"
|
||||
classifiers = [
|
||||
|
||||
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "pytest-bec-e2e"
|
||||
version = "3.78.0"
|
||||
version = "3.78.1"
|
||||
description = "BEC pytest plugin for end-to-end tests"
|
||||
requires-python = ">=3.11"
|
||||
classifiers = [
|
||||
|
||||
Reference in New Issue
Block a user