mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-20 01:40:02 +02:00
2.34.12
Automatically generated by python-semantic-release
This commit is contained in:
parent
034dcabaf3
commit
aba40e2381
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,6 +1,17 @@
|
||||
# CHANGELOG
|
||||
|
||||
|
||||
## v2.34.12 (2024-10-22)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fix(scans): removed default from required kwarg ([`5c0d825`](https://gitlab.psi.ch/bec/bec/-/commit/5c0d8257858adc7b282d97964b88150faffd33a7))
|
||||
|
||||
* fix(scan_assembler): forward error message content ([`6fb87c7`](https://gitlab.psi.ch/bec/bec/-/commit/6fb87c725bdb0cca93c880a7869aac06e3851dd7))
|
||||
|
||||
* fix(scans): fixed kwarg check for scans without args but required kwargs ([`96734c3`](https://gitlab.psi.ch/bec/bec/-/commit/96734c3dd2ec08e539081f282669af7b95571c10))
|
||||
|
||||
|
||||
## v2.34.11 (2024-10-22)
|
||||
|
||||
### Bug Fixes
|
||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "bec_ipython_client"
|
||||
version = "2.34.11"
|
||||
version = "2.34.12"
|
||||
description = "BEC IPython client"
|
||||
requires-python = ">=3.10"
|
||||
classifiers = [
|
||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "bec_lib"
|
||||
version = "2.34.11"
|
||||
version = "2.34.12"
|
||||
description = "BEC library"
|
||||
requires-python = ">=3.10"
|
||||
classifiers = [
|
||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "bec-server"
|
||||
version = "2.34.11"
|
||||
version = "2.34.12"
|
||||
description = "BEC server"
|
||||
requires-python = ">=3.10"
|
||||
classifiers = [
|
||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "pytest-bec-e2e"
|
||||
version = "2.34.11"
|
||||
version = "2.34.12"
|
||||
description = "BEC pytest plugin for end-to-end tests"
|
||||
requires-python = ">=3.10"
|
||||
classifiers = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user