From 7db494031da200d7604e9c4f00cb2690756895f4 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 12 Aug 2024 09:34:10 -0700 Subject: [PATCH] release: 24.8.0 --- 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 f2655a64..e55ae518 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -739,7 +739,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "conserve" -version = "23.11.0" +version = "24.8.0" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 5b80202e..e74bfc54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-2.0" name = "conserve" readme = "README.md" repository = "https://github.com/sourcefrog/conserve/" -version = "23.11.0" +version = "24.8.0" rust-version = "1.74" [[bin]] diff --git a/NEWS.md b/NEWS.md index 4ba36100..c6b3d851 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # Conserve release history -## Unreleased +## 24.8.0 - Fixed: `restore --only` specifying a subdirectory no longer fails due to parent directories missing from the destination.