0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-12 18:51:50 +02:00
Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-05-21 11:13:58 +00:00
parent a7ae856c8f
commit 83098d930c
2 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,22 @@
# CHANGELOG
## v2.5.1 (2025-05-21)
### Bug Fixes
- **ui loader**: Fix loader for widget plugins
([`a7ae856`](https://github.com/bec-project/bec_widgets/commit/a7ae856c8f073b4af10b0f0b129dba4fc02bc2aa))
### Documentation
- Add kwargs to example
([`06f43e4`](https://github.com/bec-project/bec_widgets/commit/06f43e488355470331a3bdf28cfe973a4440fc6d))
- **developer**: Fix hello world example
([`5ec9697`](https://github.com/bec-project/bec_widgets/commit/5ec969727116cee6e7fb4ab05c0e9ab142f24be6))
## v2.5.0 (2025-05-20)
### Continuous Integration

View File

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