feat(wfe-core): add step config API for attaching runtime JSON config

Adds StepBuilder::config() to attach arbitrary JSON configuration to
individual steps, readable at runtime via context.step.step_config.
Bumps version to 1.6.1.
This commit is contained in:
2026-04-05 11:52:40 +01:00
parent 17a50d776b
commit 978109d3fc
3 changed files with 54 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ members = ["wfe-core", "wfe-sqlite", "wfe-postgres", "wfe-opensearch", "wfe-valk
resolver = "2"
[workspace.package]
version = "1.6.0"
version = "1.6.1"
edition = "2024"
license = "MIT"
repository = "https://src.sunbeam.pt/studio/wfe"