diff --git a/CHANGELOG.md b/CHANGELOG.md index e0480c6f..345d9b26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.79.2 (2024-07-04) + +### Fix + +* fix: overwrite closeEvent and call super class ([`bc0ef78`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/bc0ef7893ef100b71b62101c459655509b534a56)) + ## v0.79.1 (2024-07-03) ### Fix @@ -143,9 +149,3 @@ ### Test * test(waveform1d): dap e2e test added ([`7271b42`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/7271b422f98ef9264970d708811c414b69a644db)) - -## v0.73.2 (2024-06-25) - -### Fix - -* fix(vscode): only run terminate if the process is still alive ([`7120f3e`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/7120f3e93b054b788f15e2d5bcd688e3c140c1ce)) diff --git a/pyproject.toml b/pyproject.toml index 6357bdda..512e6fbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "0.79.1" +version = "0.79.2" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [