diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f35ec7d..ebbea0da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # CHANGELOG +## v2.28.0 (2025-07-21) + +### Features + +- Disable editing while scan active + ([`1397655`](https://github.com/bec-project/bec_widgets/commit/13976557fbdb71a1161029521d81a655d25dd134)) + +- Remove and readd device for config changes + ([`8489ef4`](https://github.com/bec-project/bec_widgets/commit/8489ef4a69d69b39648b1a9270012f14f95c6121)) + +- Save and load config from devicebrowser + ([`7f0098f`](https://github.com/bec-project/bec_widgets/commit/7f0098f1533d419cc75801c4d6cbea485c7bbf94)) + + ## v2.27.1 (2025-07-17) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 320e7d7e..4bb51599 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.27.1" +version = "2.28.0" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [