diff --git a/CHANGELOG.md b/CHANGELOG.md index b2748db2..0b8f3498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.85.0 (2024-07-16) + +### Feature + +* feat(color_map_selector): added colormap selector with plugin ([`b98fd00`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/b98fd00adef97adf57f49b60ade99972b9f5a6bc)) + ## v0.84.0 (2024-07-15) ### Feature @@ -133,9 +139,3 @@ * fix(motor_control): temporary remove of motor control widgets ([`99114f1`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/99114f14f62202e1fd8bf145616fa8c69937ada4)) ## 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) diff --git a/pyproject.toml b/pyproject.toml index 936ae40b..4513b00f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "0.84.0" +version = "0.85.0" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [