chore: bump version to 1.7.0, update

CHANGELOG
This commit is contained in:
2026-04-05 22:29:05 +01:00
parent 9a08882e28
commit 4b8e544ab8
5 changed files with 26 additions and 15 deletions

View File

@@ -14,9 +14,9 @@ path = "src/main.rs"
[dependencies]
# Internal
wfe-core = { workspace = true, features = ["test-support"] }
wfe = { version = "1.6.3", path = "../wfe", registry = "sunbeam" }
wfe-yaml = { version = "1.6.3", path = "../wfe-yaml", registry = "sunbeam", features = ["rustlang", "buildkit", "containerd"] }
wfe-server-protos = { version = "1.6.3", path = "../wfe-server-protos", registry = "sunbeam" }
wfe = { version = "1.7.0", path = "../wfe", registry = "sunbeam" }
wfe-yaml = { version = "1.7.0", path = "../wfe-yaml", registry = "sunbeam", features = ["rustlang", "buildkit", "containerd"] }
wfe-server-protos = { version = "1.7.0", path = "../wfe-server-protos", registry = "sunbeam" }
wfe-sqlite = { workspace = true }
wfe-postgres = { workspace = true }
wfe-valkey = { workspace = true }