From fc3a69bbb0f8eb61db55f15f4baa1ec13910e00f Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 6 Jul 2024 12:24:20 +0000 Subject: [PATCH] 0.81.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 282ae0e7..aaab5c97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.81.0 (2024-07-06) + +### Feature + +* feat(color_button): can get colors in RGBA or HEX ([`9594be2`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/9594be260680d11c8550ff74ffb8d679e5a5b8f6)) + ## v0.80.1 (2024-07-06) ### Fix @@ -135,9 +141,3 @@ ### Feature * feat(widgets): added simple bec queue widget ([`3faee98`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/3faee98ec80041a27e4c1f1156178de6f9dcdc63)) - -### Refactor - -* refactor(dispatcher): cleanup ([`ca02132`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/ca02132c8d18535b37e9192e00459d2aca6ba5cf)) - -## v0.74.1 (2024-06-26) diff --git a/pyproject.toml b/pyproject.toml index e9f20a69..31ea24bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "0.80.1" +version = "0.81.0" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [