mirror of
https://github.com/bec-project/bec.git
synced 2026-05-31 23:38:31 +02:00
3.73.2
Automatically generated by python-semantic-release
This commit is contained in:
@@ -1,6 +1,19 @@
|
||||
# CHANGELOG
|
||||
|
||||
|
||||
## v3.73.2 (2025-11-11)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **rpc**: Update config cache on set commands
|
||||
([`6e4d2ca`](https://github.com/bec-project/bec/commit/6e4d2ca0c72b237db8333e5b350e95bd3d4f82e8))
|
||||
|
||||
### Refactoring
|
||||
|
||||
- **rpc**: Move mixin to composition; cleanup
|
||||
([`3b49df6`](https://github.com/bec-project/bec/commit/3b49df63631e222d90cc00a64842612ec71f7952))
|
||||
|
||||
|
||||
## v3.73.1 (2025-10-31)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "bec_ipython_client"
|
||||
version = "3.73.1"
|
||||
version = "3.73.2"
|
||||
description = "BEC IPython client"
|
||||
requires-python = ">=3.11"
|
||||
classifiers = [
|
||||
|
||||
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "bec_lib"
|
||||
version = "3.73.1"
|
||||
version = "3.73.2"
|
||||
description = "BEC library"
|
||||
requires-python = ">=3.11"
|
||||
classifiers = [
|
||||
|
||||
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "bec-server"
|
||||
version = "3.73.1"
|
||||
version = "3.73.2"
|
||||
description = "BEC server"
|
||||
requires-python = ">=3.11"
|
||||
classifiers = [
|
||||
|
||||
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "pytest-bec-e2e"
|
||||
version = "3.73.1"
|
||||
version = "3.73.2"
|
||||
description = "BEC pytest plugin for end-to-end tests"
|
||||
requires-python = ">=3.11"
|
||||
classifiers = [
|
||||
|
||||
Reference in New Issue
Block a user