From aa766a0916537efcee0f3a58616d24b4cadac91b Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 4 Sep 2024 14:23:57 +0000 Subject: [PATCH] 2.30.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 14 ++++++-------- bec_ipython_client/pyproject.toml | 2 +- bec_lib/pyproject.toml | 2 +- bec_server/pyproject.toml | 2 +- pytest_bec_e2e/pyproject.toml | 2 +- 5 files changed, 10 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77891a89..e0ab49a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v2.30.0 (2024-09-04) + +### Feature + +* feat(logger): added option to disable modules; added retention and rotation; changed log format for stderr ([`868f40d`](https://gitlab.psi.ch/bec/bec/-/commit/868f40db8e1420dab7eaf3fed6eed2e8313ab539)) + ## v2.29.0 (2024-09-02) ### Ci @@ -157,11 +163,3 @@ Sometimes, restarting the tmux client is flaky ([`8ba44f6`](https://gitlab.psi.c * fix: fix bug in bluesky emitter get descriptor method ([`27fa758`](https://gitlab.psi.ch/bec/bec/-/commit/27fa7584cd61c6453db01ab05f49b9c712155641)) ## v2.21.2 (2024-08-13) - -### Fix - -* fix(bec_lib): raise on rpc status failure ([`efc07ff`](https://gitlab.psi.ch/bec/bec/-/commit/efc07ff4ff6ddf810d3a40ec52b35877e7ae67a7)) - -### Test - -* test: fixed test for status wait ([`4c5dd4a`](https://gitlab.psi.ch/bec/bec/-/commit/4c5dd4ab40a0c8d2ebef38d36ec61c230243f649)) diff --git a/bec_ipython_client/pyproject.toml b/bec_ipython_client/pyproject.toml index 127929d5..c224539d 100644 --- a/bec_ipython_client/pyproject.toml +++ b/bec_ipython_client/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_ipython_client" -version = "2.29.0" +version = "2.30.0" description = "BEC IPython client" requires-python = ">=3.10" classifiers = [ diff --git a/bec_lib/pyproject.toml b/bec_lib/pyproject.toml index 6a93de00..970f240b 100644 --- a/bec_lib/pyproject.toml +++ b/bec_lib/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_lib" -version = "2.29.0" +version = "2.30.0" description = "BEC library" requires-python = ">=3.10" classifiers = [ diff --git a/bec_server/pyproject.toml b/bec_server/pyproject.toml index fc41f0e6..a259f83e 100644 --- a/bec_server/pyproject.toml +++ b/bec_server/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec-server" -version = "2.29.0" +version = "2.30.0" description = "BEC server" requires-python = ">=3.10" classifiers = [ diff --git a/pytest_bec_e2e/pyproject.toml b/pytest_bec_e2e/pyproject.toml index 45b28b40..c003a5ea 100644 --- a/pytest_bec_e2e/pyproject.toml +++ b/pytest_bec_e2e/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pytest-bec-e2e" -version = "2.29.0" +version = "2.30.0" description = "BEC pytest plugin for end-to-end tests" requires-python = ">=3.10" classifiers = [