From 0a00af2ab0b51fa5ef6f4492690d8f021b4d95b4 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 26 Apr 2026 10:05:06 -0400 Subject: [PATCH] Release 0.10 We need to bump semver because we bumped oci-spec to 0.9. Signed-off-by: Colin Walters --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0523cf6..e1e1829 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" name = "containers-image-proxy" readme = "README.md" repository = "https://github.com/containers/containers-image-proxy-rs" -version = "0.9.2" +version = "0.10.0" rust-version = "1.70.0" [dependencies]