mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 11:11:49 +02:00
1.19.0
Automatically generated by python-semantic-release
This commit is contained in:
18
CHANGELOG.md
18
CHANGELOG.md
@ -1,6 +1,24 @@
|
||||
# CHANGELOG
|
||||
|
||||
|
||||
## v1.19.0 (2025-01-31)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Enable type checking for BECDispatcher in BECConnector
|
||||
([`50a572d`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/50a572dacd5dfc29a9ecf1b567aac6822b632f60))
|
||||
|
||||
### Documentation
|
||||
|
||||
- Add docs for LogPanel
|
||||
([`f219c6f`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/f219c6fb573cf42964f6a7c6f4a0b0b9946fb98d))
|
||||
|
||||
### Features
|
||||
|
||||
- **widget**: Add LogPanel widget
|
||||
([`f048880`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/f0488802775401319a54a51d05a0ad534292af09))
|
||||
|
||||
|
||||
## v1.18.1 (2025-01-30)
|
||||
|
||||
### Bug Fixes
|
||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "bec_widgets"
|
||||
version = "1.18.1"
|
||||
version = "1.19.0"
|
||||
description = "BEC Widgets"
|
||||
requires-python = ">=3.10"
|
||||
classifiers = [
|
||||
|
Reference in New Issue
Block a user