From 5244e07e693111406c0adb351e08e56dbd5582bd Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Sun, 26 Jul 2020 20:12:45 -0700 Subject: [PATCH] Prepare 0.6.5 release --- 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 8fc93f00..1c5bc7dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,7 +130,7 @@ dependencies = [ [[package]] name = "conserve" -version = "0.6.5-pre" +version = "0.6.5" 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 fb10734e..68e09bd2 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.5-pre" +version = "0.6.5" [[bin]] doc = false diff --git a/NEWS.md b/NEWS.md index 56e1235b..dff0d54b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # Conserve release history -## v0.6.5 NOT RELEASED YET +## v0.6.5 2020-07-26 ### Features