Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-06-05 15:11:11 +00:00
parent 05c24e880b
commit acad3d1d74
5 changed files with 11 additions and 10 deletions

View File

@ -2,6 +2,13 @@
## v2.13.5 (2024-06-05)
### Fix
* fix(bec_lib): fixed msg type serialization ([`05c24e8`](https://gitlab.psi.ch/bec/bec/-/commit/05c24e880bfbf2257c973ec4b451f93918290915))
## v2.13.4 (2024-06-05)
### Fix
@ -145,9 +152,3 @@
* fix: race condition when reading new value from stream ([`87cc71a`](https://gitlab.psi.ch/bec/bec/-/commit/87cc71aa91c9d35b6483f4ef6c5de3c59575e9dc))
* fix: import 'dap_plugin_objects' at last minute to speed up initial import ([`d7db6be`](https://gitlab.psi.ch/bec/bec/-/commit/d7db6befe9b8e4689ed37ccad44f8a5d06694180))
* fix: messages import made lazy to speed up initial import time
TODO: put back imports as normal when Pydantic gets faster ([`791be9b`](https://gitlab.psi.ch/bec/bec/-/commit/791be9b25aa618d508feed99a201e0c58b56f3ce))
* fix: do not import modules if only for type checking (faster import) ([`1c628fd`](https://gitlab.psi.ch/bec/bec/-/commit/1c628fd6105ef5df99e97c8945d3382c45ef5350))

View File

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

View File

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

View File

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

View File

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