From 864ebab7143fd9b66ddfdbaa0f2ec789419db773 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 30 Jun 2026 10:24:13 +0000 Subject: [PATCH] 3.20.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d227a916..1cb5f0c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v3.20.0 (2026-06-30) + +### Features + +- Add scan_id parameter and update_with_scan_history method to Heatmap class + ([`5b33732`](https://github.com/bec-project/bec_widgets/commit/5b33732947887eeb379e96e88f08a58e0ca280f6)) + + ## v3.19.1 (2026-06-29) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index a677acc7..b4043655 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.19.1" +version = "3.20.0" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [ @@ -85,6 +85,7 @@ qtermwidget = ["pyside6_qtermwidget"] + [build-system]