Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2025-02-26 17:35:04 +00:00
parent 17ec499518
commit 53dc88e2bc
5 changed files with 20 additions and 4 deletions

View File

@ -1,6 +1,22 @@
# CHANGELOG
## v3.14.0 (2025-02-26)
### Documentation
- **async_writer**: Improved docs
([`17ec499`](https://gitlab.psi.ch/bec/bec/-/commit/17ec499518770715079c247c678a7e74d9952663))
- **redis_connector**: Added an example to raise_alarm
([`ebd26af`](https://gitlab.psi.ch/bec/bec/-/commit/ebd26afd50830d7b7129de31125cde9e5179c4a3))
### Features
- **async_writer**: Added support for chunked async updates
([`1625e2c`](https://gitlab.psi.ch/bec/bec/-/commit/1625e2ccee61b34d4b5168b9ba978fb77ad2de5d))
## v3.13.3 (2025-02-26)
### Bug Fixes

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_ipython_client"
version = "3.13.3"
version = "3.14.0"
description = "BEC IPython client"
requires-python = ">=3.10"
classifiers = [

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_lib"
version = "3.13.3"
version = "3.14.0"
description = "BEC library"
requires-python = ">=3.10"
classifiers = [

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec-server"
version = "3.13.3"
version = "3.14.0"
description = "BEC server"
requires-python = ">=3.10"
classifiers = [

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "pytest-bec-e2e"
version = "3.13.3"
version = "3.14.0"
description = "BEC pytest plugin for end-to-end tests"
requires-python = ">=3.10"
classifiers = [