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-07-11 11:57:43 +00:00
parent 6c494258f8
commit ca600b057e
2 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,17 @@
# CHANGELOG # CHANGELOG
## v2.22.1 (2025-07-11)
### Bug Fixes
- **crosshair**: Crosshair mouse_moved can be set manually
([`63a8da6`](https://github.com/bec-project/bec_widgets/commit/63a8da680d263a50102aacf463ec6f6252562f9d))
- **heatmap**: Fix pixel size calculation for arbitrary shapes
([`6c49425`](https://github.com/bec-project/bec_widgets/commit/6c494258f82059a2472f43bb8287390ce1aba704))
## v2.22.0 (2025-07-10) ## v2.22.0 (2025-07-10)
### Bug Fixes ### Bug Fixes

View File

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