From 44cdd5ccf599904fa69a02455c7caff10263ccc9 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 4 Apr 2022 12:33:11 -0400 Subject: [PATCH] Bump to 0.7.0 (lots of semver-incompat API changes) The biggest thing here was the merge of "chunked ostree" support in https://github.com/ostreedev/ostree-rs-ext/pull/123 cascading into various API changes. But I think it's working, let's cut 0.7 so the next rpm-ostree can roll in the support. --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index f7c763e0..78621e0e 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.5" +version = "0.7.0" [dependencies] anyhow = "1.0"