Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-05-26 10:34:11 +00:00
parent 8ba7386e28
commit b938524e3e
5 changed files with 16 additions and 4 deletions
+8
View File
@@ -1,6 +1,14 @@
# CHANGELOG
## v3.126.0 (2026-05-26)
### Features
- Add logger import and initialize logger in v4_scan template
([`8ba7386`](https://github.com/bec-project/bec/commit/8ba7386e281e13f14832293cf0c8652f9ba7e5f1))
## v3.125.2 (2026-05-26)
### Bug Fixes
+2 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_ipython_client"
version = "3.125.2"
version = "3.126.0"
description = "BEC IPython client"
requires-python = ">=3.11"
classifiers = [
@@ -63,6 +63,7 @@ Homepage = "https://github.com/bec-project/bec"
[tool.hatch.build.targets.wheel]
+2 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_lib"
version = "3.125.2"
version = "3.126.0"
description = "BEC library"
requires-python = ">=3.11"
classifiers = [
@@ -74,6 +74,7 @@ Homepage = "https://github.com/bec-project/bec"
[tool.hatch.build.targets.wheel]
include = ["*"]
+2 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec-server"
version = "3.125.2"
version = "3.126.0"
description = "BEC server"
requires-python = ">=3.11"
classifiers = [
@@ -76,6 +76,7 @@ Homepage = "https://github.com/bec-project/bec"
[tool.hatch.build.targets.wheel]
+2 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "pytest-bec-e2e"
version = "3.125.2"
version = "3.126.0"
description = "BEC pytest plugin for end-to-end tests"
requires-python = ">=3.11"
classifiers = [
@@ -48,6 +48,7 @@ Homepage = "https://github.com/bec-project/bec"
[tool.hatch.build.targets.wheel]