Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-07-09 16:09:30 +00:00
parent 824315b7ef
commit 3e03497185
5 changed files with 12 additions and 4 deletions
+8
View File
@@ -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
+1 -1
View File
@@ -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 = [
+1 -1
View File
@@ -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 = [
+1 -1
View File
@@ -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 = [
+1 -1
View File
@@ -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 = [