From a3805a765b789f0b32ac49ba112b65326e92f11f Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 5 Jun 2024 15:13:55 +0000 Subject: [PATCH] 0.57.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 22 +++++++++++----------- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ad33f0f..dab11c48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## v0.57.0 (2024-06-05) + +### Documentation + +* docs: extend user documentation for BEC Widgets ([`4160f3d`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/4160f3d6d7ec1122785b5e3fdfc4afe67a95e9a1)) + +### Feature + +* feat(widgets/console): BECJupyterConsole added ([`8c03034`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/8c03034acf6b3ed1e346ebf1b785d41068513cc5)) + + ## v0.56.3 (2024-06-05) ### Ci @@ -153,10 +164,6 @@ ## v0.52.0 (2024-05-07) -### Ci - -* ci: fixed support for child pipelines ([`e65c7f3`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/e65c7f3be895ada407bd358edf67d569d2cab08e)) - ### Feature * feat(utils/layout_manager): added GridLayoutManager to extend functionalities of native QGridLayout ([`fcd6ef0`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/fcd6ef0975dc872f69c9d6fb2b8a1ad04a423aae)) @@ -166,10 +173,3 @@ ### Fix * fix(widgets/dock): BECDockArea close overwrites the default pyqtgraph Container close + minor improvements ([`ceae979`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/ceae979f375ecc33c5c97148f197655c1ca57b6c)) - -### Refactor - -* refactor(widget/plots): WidgetConfig changed to SubplotConfig ([`03fa1f2`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/03fa1f26d0fa6b58ed05556fb2438d1e62f6c107)) - - -## v0.51.0 (2024-05-07) diff --git a/pyproject.toml b/pyproject.toml index 9bc748f3..2c004918 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "0.56.3" +version = "0.57.0" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [