diff --git a/CHANGELOG.md b/CHANGELOG.md index 694aa914..72525364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v3.10.0 (2026-05-13) + +### Documentation + +- Fix link to doc page + ([`0cd000d`](https://github.com/bec-project/bec_widgets/commit/0cd000dfa1bb6f1b4d286e5aab30299361f436f6)) + +### Features + +- Bl plugin menu in BECDockArea + ([`e22ab7e`](https://github.com/bec-project/bec_widgets/commit/e22ab7e4c10552e22aaaa9dbc30d098fbfa9c49c)) + + ## v3.9.1 (2026-05-12) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index ababa1ff..b10d5aa5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.9.1" +version = "3.10.0" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [ @@ -61,6 +61,7 @@ qtermwidget = ["pyside6_qtermwidget"] + [build-system] requires = ["hatchling"] build-backend = "hatchling.build"