From 5c91fca7318f54a02381bb66a9a5ff644ef60702 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 6 Feb 2020 18:45:37 -0800 Subject: [PATCH] Release 0.6.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- NEWS.md | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index edb0cb68..de69b9bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -173,7 +173,7 @@ dependencies = [ [[package]] name = "conserve" -version = "0.6.2-pre" +version = "0.6.2" dependencies = [ "assert_cmd 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "assert_fs 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 15b30ebb..6d8718df 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.2-pre" +version = "0.6.2" [[bin]] doc = false diff --git a/NEWS.md b/NEWS.md index 4848cd1b..38ac773f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # Conserve release history -## UNRELEASED +## Conserve 0.6.2 2020-02-06 * Added nanosecond precision to stored mtimes. The main benefit of this is more-precise detection of files that changed less than a second after @@ -11,8 +11,11 @@ * Improved the speed of source tree iteration, and therefore the speed of backups with many unchanged files. - -* Add back `conserve versions --sizes`, but showing the size of the tree in each version. + +* Add back `conserve versions --sizes`, but showing the size of the tree + in each version. + +* Improved performance of backup. ## Conserve 0.6.1 2020-01-25