diff --git a/CHANGELOG.md b/CHANGELOG.md index 24f8e037..5df617f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v3.50.0 (2025-07-09) + +### Features + +- **ScanHistoryMessage**: Add data shape and dtype to ScanHistoryMessage + ([`824315b`](https://github.com/bec-project/bec/commit/824315b7efa39d1fd8c33625eac4f67b603aa60c)) + + ## v3.49.0 (2025-07-03) ### Features diff --git a/bec_ipython_client/pyproject.toml b/bec_ipython_client/pyproject.toml index 86561aaf..ecb71283 100644 --- a/bec_ipython_client/pyproject.toml +++ b/bec_ipython_client/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_ipython_client" -version = "3.49.0" +version = "3.50.0" description = "BEC IPython client" requires-python = ">=3.10" classifiers = [ diff --git a/bec_lib/pyproject.toml b/bec_lib/pyproject.toml index fea23b83..9722ca77 100644 --- a/bec_lib/pyproject.toml +++ b/bec_lib/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_lib" -version = "3.49.0" +version = "3.50.0" description = "BEC library" requires-python = ">=3.10" classifiers = [ diff --git a/bec_server/pyproject.toml b/bec_server/pyproject.toml index e5a9d35a..47d5b7d2 100644 --- a/bec_server/pyproject.toml +++ b/bec_server/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec-server" -version = "3.49.0" +version = "3.50.0" description = "BEC server" requires-python = ">=3.10" classifiers = [ diff --git a/pytest_bec_e2e/pyproject.toml b/pytest_bec_e2e/pyproject.toml index 69550abb..a4dc90e1 100644 --- a/pytest_bec_e2e/pyproject.toml +++ b/pytest_bec_e2e/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pytest-bec-e2e" -version = "3.49.0" +version = "3.50.0" description = "BEC pytest plugin for end-to-end tests" requires-python = ">=3.10" classifiers = [