From aad566d2beb48f09124096390696808c63fc9af2 Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Wed, 1 Jul 2026 15:03:40 -0400 Subject: [PATCH] Release 0.8.0 Signed-off-by: John Eckersberg --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 93d72e4..8df811a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ocidir" description = "A Rust library for reading and writing OCI (opencontainers) layout directories" -version = "0.7.2" +version = "0.8.0" edition = "2024" license = "MIT OR Apache-2.0" repository = "https://github.com/containers/ocidir-rs"