summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-07-24 11:13:30 +0300
committerLars Wirzenius <liw@liw.fi>2022-07-24 11:13:30 +0300
commit4afcc5d3a6ab3cf7c13652329cef974c03367cb2 (patch)
treebff7eb605d3c2692fe6bc6d44fff1c94670d93df
parent357c3bbb86d5e46c3c7daf49e091cca31adf66e6 (diff)
downloadobnam2-4afcc5d3a6ab3cf7c13652329cef974c03367cb2.tar.gz
chore: update version number for release
Sponsored-by: author
-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