File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " bec_ipython_client"
7- version = " 3.150.2 "
7+ version = " 3.151.0 "
88description = " BEC IPython client"
99requires-python = " >=3.11"
1010classifiers = [
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " bec_lib"
7- version = " 3.150.2 "
7+ version = " 3.151.0 "
88description = " BEC library"
99requires-python = " >=3.11"
1010classifiers = [
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " bec-server"
7- version = " 3.150.2 "
7+ version = " 3.151.0 "
88description = " BEC server"
99requires-python = " >=3.11"
1010classifiers = [
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " pytest-bec-e2e"
7- version = " 3.150.2 "
7+ version = " 3.151.0 "
88description = " BEC pytest plugin for end-to-end tests"
99requires-python = " >=3.11"
1010classifiers = [
You can’t perform that action at this time.
0 commit comments