From 802840c69ebf198d44185e9a19b428feb1f65c5a Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Sun, 30 Aug 2020 16:22:41 -0600 Subject: [PATCH] Prepare 0.6.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- NEWS.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3cbdfbf8..b6bea37c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,7 +130,7 @@ dependencies = [ [[package]] name = "conserve" -version = "0.6.6-pre" +version = "0.6.6" dependencies = [ "assert_cmd 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "assert_fs 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 9eb27909..55b164a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "GPL-2.0" name = "conserve" readme = "README.md" repository = "https://github.com/sourcefrog/conserve/" -version = "0.6.6-pre" +version = "0.6.6" [[bin]] doc = false diff --git a/NEWS.md b/NEWS.md index bd94a6c7..72480dca 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # Conserve release history -## v0.6.6 NOT RELEASED YET +## v0.6.6 2020-08-30 ### Performance