Skip to content

Commit 05ac327

Browse files
author
semantic-release
committed
3.151.0
Automatically generated by python-semantic-release
1 parent 330e8e7 commit 05ac327

5 files changed

Lines changed: 17 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# CHANGELOG
22

33

4+
## v3.151.0 (2026-07-08)
5+
6+
### Bug Fixes
7+
8+
- **bl_states**: Fix safeguard again DeviceStateConfig and DeviceBeamlineState init.
9+
([`d33bf00`](https://github.com/bec-project/bec/commit/d33bf0004dd9ecbdb710263f3235135307e70787))
10+
11+
### Features
12+
13+
- Deprecate ShutterState
14+
([`330e8e7`](https://github.com/bec-project/bec/commit/330e8e7fe5eb922ca3a75ed375f3a68cac8e432b))
15+
16+
417
## v3.150.2 (2026-07-07)
518

619
### Bug Fixes

bec_ipython_client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bec_ipython_client"
7-
version = "3.150.2"
7+
version = "3.151.0"
88
description = "BEC IPython client"
99
requires-python = ">=3.11"
1010
classifiers = [

bec_lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bec_lib"
7-
version = "3.150.2"
7+
version = "3.151.0"
88
description = "BEC library"
99
requires-python = ">=3.11"
1010
classifiers = [

bec_server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bec-server"
7-
version = "3.150.2"
7+
version = "3.151.0"
88
description = "BEC server"
99
requires-python = ">=3.11"
1010
classifiers = [

pytest_bec_e2e/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pytest-bec-e2e"
7-
version = "3.150.2"
7+
version = "3.151.0"
88
description = "BEC pytest plugin for end-to-end tests"
99
requires-python = ">=3.11"
1010
classifiers = [

0 commit comments

Comments
 (0)