diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cae697f..893d8f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.78.1 (2024-07-02) + +### Fix + +* fix(ui_loader): ui loader is compatible with bec plugins ([`b787759`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/b787759f44486dc7af2c03811efb156041e4b6cb)) + ## v0.78.0 (2024-07-02) ### Feature @@ -143,9 +149,3 @@ ### Fix * fix(designer): fixed designer for pyenv and venv; closes #237 ([`e631fc1`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/e631fc15d8707b73d58cb64316e115a7e43961ea)) - -## v0.72.1 (2024-06-24) - -### Fix - -* fix: renamed spiral progress bar to ring progress bar; closes #235 ([`e5c0087`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/e5c0087c9aed831edbe1c172746325a772a3bafa)) diff --git a/pyproject.toml b/pyproject.toml index 4f502c2d..28b88476 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "0.78.0" +version = "0.78.1" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [