From 3c6aa8e138f3ae0d3c67934e10436a6f93d3a133 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 10 Nov 2025 19:28:13 +0000 Subject: [PATCH] 2.45.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e176602..92cdeba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v2.45.0 (2025-11-10) + +### Chores + +- Add third-party license notice + ([`617f2df`](https://github.com/bec-project/bec_widgets/commit/617f2df2af41db7692c42d0e10bce4968f36fb94)) + +### Features + +- **waveform**: Dap curve can be attached to custom and history curves + ([`198684c`](https://github.com/bec-project/bec_widgets/commit/198684c65d9565e8985156b426b8ef98dcc687cc)) + + ## v2.44.0 (2025-11-05) ### Chores diff --git a/pyproject.toml b/pyproject.toml index 90b42a74..26737be4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.44.0" +version = "2.45.0" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [