Skip to content

Commit 44ca478

Browse files
author
semantic-release
committed
3.128.0
Automatically generated by python-semantic-release
1 parent d7cf668 commit 44ca478

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.128.0 (2026-05-27)
5+
6+
### Features
7+
8+
- Implement dynamic string metrics
9+
([`d7cf668`](https://github.com/bec-project/bec/commit/d7cf66803c676cbe63f8f93fa51ad8a39f7490e1))
10+
11+
412
## v3.127.4 (2026-05-27)
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.127.4"
7+
version = "3.128.0"
88
description = "BEC IPython client"
99
requires-python = ">=3.11"
1010
classifiers = [
@@ -69,6 +69,7 @@ Homepage = "https://github.com/bec-project/bec"
6969

7070

7171

72+
7273

7374

7475
[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.127.4"
7+
version = "3.128.0"
88
description = "BEC library"
99
requires-python = ">=3.11"
1010
classifiers = [
@@ -81,6 +81,7 @@ Homepage = "https://github.com/bec-project/bec"
8181

8282

8383

84+
8485
[tool.hatch.build.targets.wheel]
8586
include = ["*"]
8687

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.127.4"
7+
version = "3.128.0"
88
description = "BEC server"
99
requires-python = ">=3.11"
1010
classifiers = [
@@ -82,6 +82,7 @@ Homepage = "https://github.com/bec-project/bec"
8282

8383

8484

85+
8586

8687

8788
[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.127.4"
7+
version = "3.128.0"
88
description = "BEC pytest plugin for end-to-end tests"
99
requires-python = ">=3.11"
1010
classifiers = [
@@ -54,6 +54,7 @@ Homepage = "https://github.com/bec-project/bec"
5454

5555

5656

57+
5758

5859

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

0 commit comments

Comments
 (0)