0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00
Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-01-10 15:51:19 +00:00
parent a00d368c25
commit 5944626d93
2 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,17 @@
# CHANGELOG # CHANGELOG
## v1.15.0 (2025-01-10)
### Features
- **widget_state_manager**: Example app added
([`a00d368`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/a00d368c25a19b04d6fbc8a07cff330d1a232e21))
- **widget_state_manager**: State manager for single widget
([`01b4608`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/01b4608331f375aeeeb692328b693f2d2802dc9c))
## v1.14.1 (2025-01-10) ## v1.14.1 (2025-01-10)
### Bug Fixes ### Bug Fixes

View File

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