1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-04 16:02:51 +01:00
Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-07-22 11:39:01 +00:00
parent 7cda2ed846
commit bdff736aa2
2 changed files with 15 additions and 1 deletions

View File

@@ -1,6 +1,20 @@
# CHANGELOG
## v2.29.0 (2025-07-22)
### Features
- **notification_banner**: Notification centre for alarms implemented into BECMainWindow
([`cd9d22d`](https://github.com/bec-project/bec_widgets/commit/cd9d22d0b40d633af76cb1188b57feb7b6a5dbf2))
### Refactoring
- **notification_banner**: Becnotificationbroker done as singleton to sync all windows in the
session
([`7cda2ed`](https://github.com/bec-project/bec_widgets/commit/7cda2ed846d3c27799f4f15f6c5c667631b1ca55))
## v2.28.0 (2025-07-21)
### Features

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_widgets"
version = "2.28.0"
version = "2.29.0"
description = "BEC Widgets"
requires-python = ">=3.10"
classifiers = [