From 4afcc5d3a6ab3cf7c13652329cef974c03367cb2 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 24 Jul 2022 11:13:30 +0300 Subject: chore: update version number for release Sponsored-by: author --- 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 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 "] 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 -- cgit v1.2.1