mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-21 18:20:01 +02:00
3.5.0
Automatically generated by python-semantic-release
This commit is contained in:
parent
42af11b70a
commit
d722aeb8ff
16
CHANGELOG.md
16
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
|
||||
|
@ -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 = [
|
||||
|
@ -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 = [
|
||||
|
@ -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 = [
|
||||
|
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user