mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-22 02:20:02 +02:00
2.9.4
Automatically generated by python-semantic-release
This commit is contained in:
parent
0a1beae06a
commit
f3eee939aa
26
CHANGELOG.md
26
CHANGELOG.md
@ -2,6 +2,19 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## v2.9.4 (2024-05-01)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
* fix: unified device message signature ([`c54dfc1`](https://gitlab.psi.ch/bec/bec/-/commit/c54dfc166fe9dd925b15e8cc8750cebaec8896cb))
|
||||||
|
|
||||||
|
### Refactor
|
||||||
|
|
||||||
|
* refactor: added isort params to pyproject ([`0a1beae`](https://gitlab.psi.ch/bec/bec/-/commit/0a1beae06ae128d9817272644d2f38ca761756ab))
|
||||||
|
|
||||||
|
* refactor(bec_lib): cleanup ([`6bf0998`](https://gitlab.psi.ch/bec/bec/-/commit/6bf0998c71387307ad8d842931488ec2aea566a8))
|
||||||
|
|
||||||
|
|
||||||
## v2.9.3 (2024-05-01)
|
## v2.9.3 (2024-05-01)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
@ -131,12 +144,6 @@
|
|||||||
|
|
||||||
* ci: stop after two failures ([`90b7f45`](https://gitlab.psi.ch/bec/bec/-/commit/90b7f45c135f63b7384ef5feaee71902fb11ec74))
|
* ci: stop after two failures ([`90b7f45`](https://gitlab.psi.ch/bec/bec/-/commit/90b7f45c135f63b7384ef5feaee71902fb11ec74))
|
||||||
|
|
||||||
### Documentation
|
|
||||||
|
|
||||||
* docs(dev/install): fixed install guide for developers bec_client -> bec_ipython_client ([`a8d270e`](https://gitlab.psi.ch/bec/bec/-/commit/a8d270e0d702e4750b63631bf9fb34e4f30ed610))
|
|
||||||
|
|
||||||
* docs: fixed version update for sphinx ([`8366896`](https://gitlab.psi.ch/bec/bec/-/commit/836689667c03c0aa1a35db97ca772f2ae05f5f79))
|
|
||||||
|
|
||||||
### Feature
|
### Feature
|
||||||
|
|
||||||
* feat(bec_client): added support for plugin-based startup scripts ([`aec75b4`](https://gitlab.psi.ch/bec/bec/-/commit/aec75b4966e570bd3e16ac295b09009eb1589acd))
|
* feat(bec_client): added support for plugin-based startup scripts ([`aec75b4`](https://gitlab.psi.ch/bec/bec/-/commit/aec75b4966e570bd3e16ac295b09009eb1589acd))
|
||||||
@ -154,10 +161,3 @@
|
|||||||
* refactor: minor cleanup ([`b7bd584`](https://gitlab.psi.ch/bec/bec/-/commit/b7bd584898a8ca6f11ff79e11fda2727d0fc6381))
|
* refactor: minor cleanup ([`b7bd584`](https://gitlab.psi.ch/bec/bec/-/commit/b7bd584898a8ca6f11ff79e11fda2727d0fc6381))
|
||||||
|
|
||||||
* refactor: moved to dot notation for specifying device classes ([`1f21b90`](https://gitlab.psi.ch/bec/bec/-/commit/1f21b90ba31ec8eb8ae2922a7d1353c2e8ea48f6))
|
* refactor: moved to dot notation for specifying device classes ([`1f21b90`](https://gitlab.psi.ch/bec/bec/-/commit/1f21b90ba31ec8eb8ae2922a7d1353c2e8ea48f6))
|
||||||
|
|
||||||
|
|
||||||
## v2.5.0 (2024-04-18)
|
|
||||||
|
|
||||||
### Feature
|
|
||||||
|
|
||||||
* feat: added pytest-bec-e2e plugin ([`deaa2b0`](https://gitlab.psi.ch/bec/bec/-/commit/deaa2b022ae636d77401f905ed522024b44721f5))
|
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "bec_ipython_client"
|
name = "bec_ipython_client"
|
||||||
version = "2.9.3"
|
version = "2.9.4"
|
||||||
description = "BEC IPython client"
|
description = "BEC IPython client"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "bec_lib"
|
name = "bec_lib"
|
||||||
version = "2.9.3"
|
version = "2.9.4"
|
||||||
description = "BEC library"
|
description = "BEC library"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "bec-server"
|
name = "bec-server"
|
||||||
version = "2.9.3"
|
version = "2.9.4"
|
||||||
description = "BEC server"
|
description = "BEC server"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "pytest-bec-e2e"
|
name = "pytest-bec-e2e"
|
||||||
version = "2.9.3"
|
version = "2.9.4"
|
||||||
description = "BEC pytest plugin for end-to-end tests"
|
description = "BEC pytest plugin for end-to-end tests"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user