diff --git a/CHANGELOG.md b/CHANGELOG.md index f5c210f2..282ae0e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.80.1 (2024-07-06) + +### Fix + +* fix(entry_validator): check for entry == "" ([`61de7e9`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/61de7e9e221c766b9fb3ec23246da6a11c96a986)) + ## v0.80.0 (2024-07-06) ### Feature @@ -135,11 +141,3 @@ * refactor(dispatcher): cleanup ([`ca02132`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/ca02132c8d18535b37e9192e00459d2aca6ba5cf)) ## v0.74.1 (2024-06-26) - -### Fix - -* fix(rings): rings properties updated right after setting ([`c8b7367`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/c8b7367815b095f8e4aa8b819481efb701f2e542)) - -### Test - -* test(bec_figure): tests for removing widgets with rpc e2e ([`a268caa`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/a268caaa30711fcc7ece542d24578d74cbf65c77)) diff --git a/pyproject.toml b/pyproject.toml index 11dcbe14..e9f20a69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "0.80.0" +version = "0.80.1" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [