From 8cc9ba339dfe079da6842f22ca8ecc00b1239071 Mon Sep 17 00:00:00 2001 From: Pragyan Poudyal Date: Tue, 27 Jan 2026 11:30:09 +0530 Subject: [PATCH] Release 0.9.2 This release includes: - Introduce a Transport enum for container images - Add ImageReference struct combining Transport + name Signed-off-by: Pragyan Poudyal --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a179500..81187b3 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.1" +version = "0.9.2" rust-version = "1.70.0" [dependencies]