mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-21 18:20:01 +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
|
||||
|
||||
|
||||
## 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)
|
||||
|
||||
### Bug Fixes
|
||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "bec_ipython_client"
|
||||
version = "3.5.0"
|
||||
version = "3.5.1"
|
||||
description = "BEC IPython client"
|
||||
requires-python = ">=3.10"
|
||||
classifiers = [
|
||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "bec_lib"
|
||||
version = "3.5.0"
|
||||
version = "3.5.1"
|
||||
description = "BEC library"
|
||||
requires-python = ">=3.10"
|
||||
classifiers = [
|
||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "bec-server"
|
||||
version = "3.5.0"
|
||||
version = "3.5.1"
|
||||
description = "BEC server"
|
||||
requires-python = ">=3.10"
|
||||
classifiers = [
|
||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "pytest-bec-e2e"
|
||||
version = "3.5.0"
|
||||
version = "3.5.1"
|
||||
description = "BEC pytest plugin for end-to-end tests"
|
||||
requires-python = ">=3.10"
|
||||
classifiers = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user