Skip to content

Commit d281ec3

Browse files
committed
chore: bump version to 0.4.0
Release highlights: - Air-gapped verification infrastructure for embedded devices - Trust Bundle format for offline Sigstore verification - TUF integration for fetching Sigstore trusted root - Storage abstraction (TrustStore/KeyStore traits) for HSM/TPM - Time abstraction for embedded devices without RTC - CLI bundle commands: fetch, inspect, verify - Fuzz testing targets for security-critical code - Certificate pinning for Sigstore endpoints - Improved error handling throughout
1 parent 32f79b3 commit d281ec3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exclude = [
1010
]
1111

1212
[workspace.package]
13-
version = "0.3.1"
13+
version = "0.4.0"
1414
edition = "2024"
1515
authors = ["Frank Denis <[email protected]>"]
1616
license = "MIT"

src/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ regex = "1.12.2"
3131
ureq = { version = "3.1.2" }
3232
uri_encode = { version = "1.0.3" }
3333
wasi = { version = "0.14.7" }
34-
wsc = { version = "0.3.0", path = "../lib" }
34+
wsc = { version = "0.4.0", path = "../lib" }

src/component/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
1212

1313
[dependencies]
1414
# Core signing library
15-
wsc = { version = "0.3.0", path = "../lib" }
15+
wsc = { version = "0.4.0", path = "../lib" }
1616

1717
# WIT bindings generation
1818
wit-bindgen = { version = "0.47.0", default-features = false, features = ["realloc"] }

0 commit comments

Comments
 (0)