From 0d470ddf05a49f7c2793f6c65f000e56feaa4a45 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 10 Dec 2024 10:53:41 +0000 Subject: [PATCH] 1.9.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 26 +++++++++++++------------- pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f56d6e0..88b12ca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v1.9.0 (2024-12-10) + +### Features + +- **side_menu**: Side menu with stack widget added + ([`c7d7c6d`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/c7d7c6d9ed7c2dcc42b33fcd590f1f27499322c1)) + +### Testing + +- **side_panel**: Tests added + ([`9b95b5d`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/9b95b5d6164ff42673dbbc3031e5b1f45fbcde0a)) + + ## v1.8.0 (2024-12-10) ### Features @@ -197,16 +210,3 @@ Depending on the test, auto-updates are enabled or not. - Update outdated text in docs ([`4f0693c`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/4f0693cae34b391d75884837e1ae6353a0501868)) - - -## v1.3.2 (2024-11-05) - -### Bug Fixes - -- **plot_base**: Legend text color is changed when changing dark-light theme - ([`2304c9f`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/2304c9f8497c1ab1492f3e6690bb79b0464c0df8)) - -### Build System - -- Pyside6 version fixed 6.7.2 - ([`c6e48ec`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/c6e48ec1fe5aaee6a7c7a6f930f1520cd439cdb2)) diff --git a/pyproject.toml b/pyproject.toml index db70c623..313c0684 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "1.8.0" +version = "1.9.0" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [