0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 11:11:49 +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 # 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) ## v2.5.0 (2025-05-20)
### Continuous Integration ### Continuous Integration

View File

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