Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-04-29 11:22:51 +00:00
parent ebcd2a4dbc
commit 46a844d594
5 changed files with 21 additions and 19 deletions

View File

@ -2,6 +2,23 @@
## v2.9.0 (2024-04-29)
### Documentation
* docs: added section on logging ([`ebcd2a4`](https://gitlab.psi.ch/bec/bec/-/commit/ebcd2a4dbc2a52dc1e8679e54784daa0f6a3901b))
### Feature
* feat(bec_lib): added log monitor as CLI tool ([`0b624a4`](https://gitlab.psi.ch/bec/bec/-/commit/0b624a4ab5039c157edc1a3b589ba462f82879dd))
* feat(bec_lib): added trace log with stack trace ([`650de81`](https://gitlab.psi.ch/bec/bec/-/commit/650de811090dc72407cfb746eb22aa883682d268))
### Test
* test(bec_lib): added test for log monitor ([`64d5c30`](https://gitlab.psi.ch/bec/bec/-/commit/64d5c304d98c04f5943dd6365de364974a6fc931))
## v2.8.0 (2024-04-27) ## v2.8.0 (2024-04-27)
### Build ### Build
@ -141,10 +158,6 @@ The docker-compose file/command might need further fixes, once the related end-2
## v2.4.2 (2024-04-16) ## v2.4.2 (2024-04-16)
### Ci
* ci: pull images via gitlab dependency proxy ([`1108662`](https://gitlab.psi.ch/bec/bec/-/commit/1108662db13e8142b37cb3645ff7e9bc94d242b8))
### Fix ### Fix
* fix(ci): add rules to trigger child pipelines ([`5a1894b`](https://gitlab.psi.ch/bec/bec/-/commit/5a1894bfca881b9791704c8a6aeb274e2f002a51)) * fix(ci): add rules to trigger child pipelines ([`5a1894b`](https://gitlab.psi.ch/bec/bec/-/commit/5a1894bfca881b9791704c8a6aeb274e2f002a51))
@ -152,14 +165,3 @@ The docker-compose file/command might need further fixes, once the related end-2
### Unknown ### Unknown
* refacto: bec_client renamed bec_ipython_client ([`d3ad8ca`](https://gitlab.psi.ch/bec/bec/-/commit/d3ad8ca432bbd0f62bfb1a44231a4de90f3603f8)) * refacto: bec_client renamed bec_ipython_client ([`d3ad8ca`](https://gitlab.psi.ch/bec/bec/-/commit/d3ad8ca432bbd0f62bfb1a44231a4de90f3603f8))
* tests: new fixtures 'test_config_yaml' and device manager ([`5547793`](https://gitlab.psi.ch/bec/bec/-/commit/5547793375e041af655e9e5aec9220c03b439874))
* tests: move end2end fixtures to bec client ([`66fa939`](https://gitlab.psi.ch/bec/bec/-/commit/66fa9394dbd34f62d9238358c6848f5338769a2c))
## v2.4.1 (2024-04-16)
### Fix
* fix(client): resolve on done ([`5ea7ed3`](https://gitlab.psi.ch/bec/bec/-/commit/5ea7ed3e3e4b7b9edfff5008321eaf5e5cdaf9ae))

View File

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

View File

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

View File

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

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "pytest-bec-e2e" name = "pytest-bec-e2e"
version = "2.8.0" version = "2.9.0"
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 = [