chore: bump version to 1.8.0, update CHANGELOG

This commit is contained in:
2026-04-06 18:14:03 +01:00
parent ae049cf2d3
commit 2f6dba296f
6 changed files with 42 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ description = "Deno bindings for the WFE workflow engine"
[dependencies]
wfe-core = { workspace = true, features = ["test-support"] }
wfe = { version = "1.7.0", path = "../wfe", registry = "sunbeam" }
wfe = { version = "1.8.0", path = "../wfe", registry = "sunbeam" }
deno_core = { workspace = true }
deno_error = { workspace = true }
tokio = { workspace = true }