diff --git a/CHANGELOG.md b/CHANGELOG.md index d374c3f4..fc69cd00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v3.35.0 (2026-08-24) + +### Bug Fixes + +- **toolbar**: Update plugin toolbar action titles to use pascal_to_title formatting + ([`f7aed54`](https://github.com/bec-project/bec_widgets/commit/f7aed54433932c34fc2dc231eadfea48e70436be)) + +### Features + +- **title**: Add pascal_to_title function and corresponding tests + ([`c8e01a3`](https://github.com/bec-project/bec_widgets/commit/c8e01a38f406913bf2454d4239cb9596e73de54c)) + + ## v3.34.0 (2026-08-17) ### Features diff --git a/pyproject.toml b/pyproject.toml index 70ab73e0..d5384e82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.34.0" +version = "3.35.0" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [