Skip to content

Commit f82b004

Browse files
author
semantic-release
committed
3.130.0
Automatically generated by python-semantic-release
1 parent 9f1d72b commit f82b004

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
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

bec_ipython_client/pyproject.toml

Lines changed: 2 additions & 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.129.0"
7+
version = "3.130.0"
88
description = "BEC IPython client"
99
requires-python = ">=3.11"
1010
classifiers = [
@@ -77,6 +77,7 @@ Homepage = "https://github.com/bec-project/bec"
7777

7878

7979

80+
8081

8182

8283
[tool.hatch.build.targets.wheel]

bec_lib/pyproject.toml

Lines changed: 2 additions & 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.129.0"
7+
version = "3.130.0"
88
description = "BEC library"
99
requires-python = ">=3.11"
1010
classifiers = [
@@ -89,6 +89,7 @@ Homepage = "https://github.com/bec-project/bec"
8989

9090

9191

92+
9293
[tool.hatch.build.targets.wheel]
9394
include = ["*"]
9495

bec_server/pyproject.toml

Lines changed: 2 additions & 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.129.0"
7+
version = "3.130.0"
88
description = "BEC server"
99
requires-python = ">=3.11"
1010
classifiers = [
@@ -90,6 +90,7 @@ Homepage = "https://github.com/bec-project/bec"
9090

9191

9292

93+
9394

9495

9596
[tool.hatch.build.targets.wheel]

pytest_bec_e2e/pyproject.toml

Lines changed: 2 additions & 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.129.0"
7+
version = "3.130.0"
88
description = "BEC pytest plugin for end-to-end tests"
99
requires-python = ">=3.11"
1010
classifiers = [
@@ -62,6 +62,7 @@ Homepage = "https://github.com/bec-project/bec"
6262

6363

6464

65+
6566

6667

6768
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)