From 8d50bc01335d98bef636bd4d07e5a6dde65ba858 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 16 Dec 2020 13:52:47 +0100 Subject: Release 1.0.0. - Release buffered-reader 1.0.0, sequoia-openpgp 1.0.0, and sequoia-sqv 1.0.0. - Also release sequoia-sop 0.22.0. --- sqv/Cargo.toml | 4 ++-- sqv/NEWS | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 sqv/NEWS (limited to 'sqv') diff --git a/sqv/Cargo.toml b/sqv/Cargo.toml index 9ca9856f..08dee6d7 100644 --- a/sqv/Cargo.toml +++ b/sqv/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sequoia-sqv" description = "A simple OpenPGP signature verification program" -version = "0.21.0" +version = "1.0.0" authors = [ "Justus Winter ", "Kai Michaelis ", @@ -21,7 +21,7 @@ gitlab = { repository = "sequoia-pgp/sequoia" } maintenance = { status = "actively-developed" } [dependencies] -sequoia-openpgp = { path = "../openpgp", version = "0.21", default-features = false } +sequoia-openpgp = { path = "../openpgp", version = "1.0.0", default-features = false } anyhow = "1.0.18" chrono = "0.4.10" clap = "2.33" diff --git a/sqv/NEWS b/sqv/NEWS new file mode 100644 index 00000000..6169330a --- /dev/null +++ b/sqv/NEWS @@ -0,0 +1,7 @@ + -*- org -*- +#+TITLE: sequoia-sqv NEWS – history of user-visible changes +#+STARTUP: content hidestars + +* Changes in 1.0.0 + +This is the initial stable release. -- cgit v1.2.3