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.130.0 (2026-06-02)
5+
6+ ### Features
7+
8+ - ** bec_emitter, scan_bundler** : Forward device progress as scan progress
9+ ([ ` 9f1d72b ` ] ( https://github.com/bec-project/bec/commit/9f1d72bfde44797c06a3e721187d001ee30dd1f2 ) )
10+
11+
412## v3.129.0 (2026-06-02)
513
614### 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.129 .0"
7+ version = " 3.130 .0"
88description = " BEC IPython client"
99requires-python = " >=3.11"
1010classifiers = [
@@ -77,6 +77,7 @@ Homepage = "https://github.com/bec-project/bec"
7777
7878
7979
80+
8081
8182
8283[tool .hatch .build .targets .wheel ]
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.129 .0"
7+ version = " 3.130 .0"
88description = " BEC library"
99requires-python = " >=3.11"
1010classifiers = [
@@ -89,6 +89,7 @@ Homepage = "https://github.com/bec-project/bec"
8989
9090
9191
92+
9293[tool .hatch .build .targets .wheel ]
9394include = [" *" ]
9495
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.129 .0"
7+ version = " 3.130 .0"
88description = " BEC server"
99requires-python = " >=3.11"
1010classifiers = [
@@ -90,6 +90,7 @@ Homepage = "https://github.com/bec-project/bec"
9090
9191
9292
93+
9394
9495
9596[tool .hatch .build .targets .wheel ]
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.129 .0"
7+ version = " 3.130 .0"
88description = " BEC pytest plugin for end-to-end tests"
99requires-python = " >=3.11"
1010classifiers = [
@@ -62,6 +62,7 @@ Homepage = "https://github.com/bec-project/bec"
6262
6363
6464
65+
6566
6667
6768[tool .hatch .build .targets .wheel ]
You can’t perform that action at this time.
0 commit comments