mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-22 02:20:02 +02:00
3.5.1
Automatically generated by python-semantic-release
This commit is contained in:
parent
d63ddb2117
commit
42ab6d4927
@ -1,6 +1,14 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
|
||||||
|
## v3.5.1 (2025-01-14)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- **async_writer**: Fixed bug that caused async writer to overwrite already written datasets
|
||||||
|
([`d63ddb2`](https://gitlab.psi.ch/bec/bec/-/commit/d63ddb21173fda86239c05646918d62f14825976))
|
||||||
|
|
||||||
|
|
||||||
## v3.5.0 (2025-01-09)
|
## v3.5.0 (2025-01-09)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "bec_ipython_client"
|
name = "bec_ipython_client"
|
||||||
version = "3.5.0"
|
version = "3.5.1"
|
||||||
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 = "3.5.0"
|
version = "3.5.1"
|
||||||
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 = "3.5.0"
|
version = "3.5.1"
|
||||||
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 = "3.5.0"
|
version = "3.5.1"
|
||||||
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