summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--NEWS.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1f9b54c..30a2fa6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -963,7 +963,7 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
[[package]]
name = "obnam"
-version = "0.7.1"
+version = "0.8.0"
dependencies = [
"aes-gcm",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index bd0eeb3..b237632 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "obnam"
-version ="0.7.1"
+version ="0.8.0"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2021"
description = "a backup program"
diff --git a/NEWS.md b/NEWS.md
index 9658c3c..a2f1d23 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -6,7 +6,7 @@ of Obnam, the backup software. The software is technically called
ended in 2017 with version number 1.22.
-# Version 0.7.X, released 2022-07-24
+# Version 0.8.0, released 2022-07-24
## Breaking changes