From 5e2ddff3499ba296e5c215f58ac6633a4483181e Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 25 Jan 2022 18:22:16 -0500 Subject: [PATCH] Release 0.6.1 I believe this is all semver compat; we have a big change queued up for the layer split work which should come after this. --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 51348e5e..0102adff 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" name = "ostree-ext" readme = "README.md" repository = "https://github.com/ostreedev/ostree-rs-ext" -version = "0.6.0" +version = "0.6.1" [dependencies] anyhow = "1.0"