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. --- Cargo.lock | 28 ++++++++++++++-------------- autocrypt/Cargo.toml | 4 ++-- buffered-reader/Cargo.toml | 2 +- buffered-reader/NEWS | 7 +++++++ core/Cargo.toml | 2 +- ffi-macros/Cargo.toml | 2 +- ffi/Cargo.toml | 12 ++++++------ guide/Cargo.toml | 4 ++-- ipc/Cargo.toml | 8 ++++---- net/Cargo.toml | 6 +++--- openpgp-ffi/Cargo.toml | 6 +++--- openpgp/Cargo.toml | 4 ++-- openpgp/NEWS | 7 +++++++ sop/Cargo.toml | 4 ++-- sq/Cargo.toml | 16 ++++++++-------- sqv/Cargo.toml | 4 ++-- sqv/NEWS | 7 +++++++ store/Cargo.toml | 10 +++++----- 18 files changed, 77 insertions(+), 56 deletions(-) create mode 100644 buffered-reader/NEWS create mode 100644 openpgp/NEWS create mode 100644 sqv/NEWS diff --git a/Cargo.lock b/Cargo.lock index b974f016..1384c590 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,7 +227,7 @@ dependencies = [ [[package]] name = "buffered-reader" -version = "0.21.0" +version = "1.0.0" dependencies = [ "bzip2", "flate2", @@ -1875,7 +1875,7 @@ dependencies = [ [[package]] name = "sequoia-autocrypt" -version = "0.21.0" +version = "0.22.0" dependencies = [ "base64", "sequoia-openpgp", @@ -1883,7 +1883,7 @@ dependencies = [ [[package]] name = "sequoia-core" -version = "0.21.0" +version = "0.22.0" dependencies = [ "anyhow", "dirs 2.0.2", @@ -1893,7 +1893,7 @@ dependencies = [ [[package]] name = "sequoia-ffi" -version = "0.21.0" +version = "0.22.0" dependencies = [ "anyhow", "filetime", @@ -1911,7 +1911,7 @@ dependencies = [ [[package]] name = "sequoia-ffi-macros" -version = "0.21.0" +version = "0.22.0" dependencies = [ "lazy_static", "proc-macro2", @@ -1922,7 +1922,7 @@ dependencies = [ [[package]] name = "sequoia-guide" -version = "0.21.0" +version = "0.22.0" dependencies = [ "anyhow", "sequoia-openpgp", @@ -1930,7 +1930,7 @@ dependencies = [ [[package]] name = "sequoia-ipc" -version = "0.21.0" +version = "0.22.0" dependencies = [ "anyhow", "buffered-reader", @@ -1958,7 +1958,7 @@ dependencies = [ [[package]] name = "sequoia-net" -version = "0.21.0" +version = "0.22.0" dependencies = [ "anyhow", "futures-util", @@ -1980,7 +1980,7 @@ dependencies = [ [[package]] name = "sequoia-openpgp" -version = "0.21.0" +version = "1.0.0" dependencies = [ "anyhow", "backtrace", @@ -2013,7 +2013,7 @@ dependencies = [ [[package]] name = "sequoia-openpgp-ffi" -version = "0.21.0" +version = "0.22.0" dependencies = [ "anyhow", "filetime", @@ -2026,7 +2026,7 @@ dependencies = [ [[package]] name = "sequoia-sop" -version = "0.21.0" +version = "0.22.0" dependencies = [ "anyhow", "chrono", @@ -2037,7 +2037,7 @@ dependencies = [ [[package]] name = "sequoia-sq" -version = "0.21.0" +version = "0.22.0" dependencies = [ "anyhow", "assert_cli", @@ -2060,7 +2060,7 @@ dependencies = [ [[package]] name = "sequoia-sqv" -version = "0.21.0" +version = "1.0.0" dependencies = [ "anyhow", "assert_cli", @@ -2071,7 +2071,7 @@ dependencies = [ [[package]] name = "sequoia-store" -version = "0.21.0" +version = "0.22.0" dependencies = [ "anyhow", "capnp", diff --git a/autocrypt/Cargo.toml b/autocrypt/Cargo.toml index be8a0c21..9cd7cca3 100644 --- a/autocrypt/Cargo.toml +++ b/autocrypt/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sequoia-autocrypt" description = "Autocrypt support" -version = "0.21.0" +version = "0.22.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 } base64 = ">=0.12" [features] diff --git a/buffered-reader/Cargo.toml b/buffered-reader/Cargo.toml index 480170aa..fbe360d3 100644 --- a/buffered-reader/Cargo.toml +++ b/buffered-reader/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "buffered-reader" description = "A super-powered Reader" -version = "0.21.0" +version = "1.0.0" authors = [ "Justus Winter ", "Kai Michaelis ", diff --git a/buffered-reader/NEWS b/buffered-reader/NEWS new file mode 100644 index 00000000..f44d3597 --- /dev/null +++ b/buffered-reader/NEWS @@ -0,0 +1,7 @@ + -*- org -*- +#+TITLE: buffered-reader NEWS – history of user-visible changes +#+STARTUP: content hidestars + +* Changes in 1.0.0 + +This is the initial stable release. diff --git a/core/Cargo.toml b/core/Cargo.toml index 5dbf3bd0..40bd6b7a 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sequoia-core" description = "Policies for Sequoia" -version = "0.21.0" +version = "0.22.0" authors = [ "Justus Winter ", "Kai Michaelis ", diff --git a/ffi-macros/Cargo.toml b/ffi-macros/Cargo.toml index 5d32d982..ca628951 100644 --- a/ffi-macros/Cargo.toml +++ b/ffi-macros/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sequoia-ffi-macros" description = "Macros for writing the C API for Sequoia" -version = "0.21.0" +version = "0.22.0" authors = [ "Justus Winter ", "Kai Michaelis ", diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index b1ed7088..bd7cc97e 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sequoia-ffi" description = "C API for Sequoia" -version = "0.21.0" +version = "0.22.0" authors = [ "Justus Winter ", "Kai Michaelis ", @@ -22,11 +22,11 @@ gitlab = { repository = "sequoia-pgp/sequoia" } maintenance = { status = "actively-developed" } [dependencies] -sequoia-ffi-macros = { path = "../ffi-macros", version = "0.21" } -sequoia-openpgp = { path = "../openpgp", version = "0.21", default-features = false } -sequoia-core = { path = "../core", version = "0.21" } -sequoia-store = { path = "../store", version = "0.21", default-features = false } -sequoia-net = { path = "../net", version = "0.21", default-features = false } +sequoia-ffi-macros = { path = "../ffi-macros", version = "0.22" } +sequoia-openpgp = { path = "../openpgp", version = "1.0.0", default-features = false } +sequoia-core = { path = "../core", version = "0.22" } +sequoia-store = { path = "../store", version = "0.22", default-features = false } +sequoia-net = { path = "../net", version = "0.22", default-features = false } anyhow = "1.0.18" lazy_static = "1.4.0" libc = "0.2.66" diff --git a/guide/Cargo.toml b/guide/Cargo.toml index a8d09c8f..01b02208 100644 --- a/guide/Cargo.toml +++ b/guide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sequoia-guide" -version = "0.21.0" +version = "0.22.0" authors = [ "Justus Winter ", "Kai Michaelis ", @@ -12,5 +12,5 @@ repository = "https://gitlab.com/sequoia-pgp/sequoia" build = "build.rs" [dependencies] -sequoia-openpgp = { path = "../openpgp", version = "0.21" } +sequoia-openpgp = { path = "../openpgp", version = "1.0.0" } anyhow = "1.0.18" diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml index e6f1193e..fb9bbecd 100644 --- a/ipc/Cargo.toml +++ b/ipc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sequoia-ipc" description = "Interprocess communication infrastructure for Sequoia" -version = "0.21.0" +version = "0.22.0" authors = [ "Justus Winter ", "Kai Michaelis ", @@ -20,11 +20,11 @@ gitlab = { repository = "sequoia-pgp/sequoia" } maintenance = { status = "actively-developed" } [dependencies] -sequoia-openpgp = { path = "../openpgp", version = "0.21", default-features = false } -sequoia-core = { path = "../core", version = "0.21" } +sequoia-openpgp = { path = "../openpgp", version = "1.0.0", default-features = false } +sequoia-core = { path = "../core", version = "0.22" } anyhow = "1.0.18" -buffered-reader = { path = "../buffered-reader", version = "0.21", default-features = false } +buffered-reader = { path = "../buffered-reader", version = "1.0.0", default-features = false } capnp-rpc = "0.13" fs2 = "0.4.2" futures = "0.3.5" diff --git a/net/Cargo.toml b/net/Cargo.toml index 3ef68df7..307a65f0 100644 --- a/net/Cargo.toml +++ b/net/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sequoia-net" description = "Network services for OpenPGP" -version = "0.21.0" +version = "0.22.0" authors = [ "Justus Winter ", "Kai Michaelis ", @@ -21,8 +21,8 @@ gitlab = { repository = "sequoia-pgp/sequoia" } maintenance = { status = "actively-developed" } [dependencies] -sequoia-openpgp = { path = "../openpgp", version = "0.21", default-features = false } -sequoia-core = { path = "../core", version = "0.21" } +sequoia-openpgp = { path = "../openpgp", version = "1.0.0", default-features = false } +sequoia-core = { path = "../core", version = "0.22" } anyhow = "1.0.18" futures-util = "0.3.5" diff --git a/openpgp-ffi/Cargo.toml b/openpgp-ffi/Cargo.toml index 25246464..3afc9b18 100644 --- a/openpgp-ffi/Cargo.toml +++ b/openpgp-ffi/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sequoia-openpgp-ffi" description = "C API for Sequoia's low-level OpenPGP crate" -version = "0.21.0" +version = "0.22.0" authors = [ "Justus Winter ", "Kai Michaelis ", @@ -22,8 +22,8 @@ gitlab = { repository = "sequoia-pgp/sequoia" } maintenance = { status = "actively-developed" } [dependencies] -sequoia-ffi-macros = { path = "../ffi-macros", version = "0.21" } -sequoia-openpgp = { path = "../openpgp", version = "0.21", default-features = false } +sequoia-ffi-macros = { path = "../ffi-macros", version = "0.22" } +sequoia-openpgp = { path = "../openpgp", version = "1.0.0", default-features = false } anyhow = "1.0.18" lazy_static = "1.4.0" libc = "0.2.66" diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml index 678f9ecb..a56ce401 100644 --- a/openpgp/Cargo.toml +++ b/openpgp/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sequoia-openpgp" description = "OpenPGP data types and associated machinery" -version = "0.21.0" +version = "1.0.0" authors = [ "Igor Matuszewski ", "Justus Winter ", @@ -26,7 +26,7 @@ maintenance = { status = "actively-developed" } [dependencies] anyhow = "1.0.18" -buffered-reader = { path = "../buffered-reader", version = "0.21", default-features = false } +buffered-reader = { path = "../buffered-reader", version = "1.0.0", default-features = false } base64 = ">=0.12" bzip2 = { version = "0.4", optional = true } dyn-clone = "1" diff --git a/openpgp/NEWS b/openpgp/NEWS new file mode 100644 index 00000000..01c90037 --- /dev/null +++ b/openpgp/NEWS @@ -0,0 +1,7 @@ + -*- org -*- +#+TITLE: sequoia-openpgp NEWS – history of user-visible changes +#+STARTUP: content hidestars + +* Changes in 1.0.0 + +This is the initial stable release. diff --git a/sop/Cargo.toml b/sop/Cargo.toml index d66cde7e..931799d9 100644 --- a/sop/Cargo.toml +++ b/sop/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sequoia-sop" description = "An implementation of the Stateless OpenPGP Command Line Interface using Sequoia" -version = "0.21.0" +version = "0.22.0" authors = [ "Justus Winter ", ] @@ -19,7 +19,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" structopt = { version = "0.3.11", default-features = false } diff --git a/sq/Cargo.toml b/sq/Cargo.toml index 9212ce61..9bc5afeb 100644 --- a/sq/Cargo.toml +++ b/sq/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sequoia-sq" description = "Command-line frontends for Sequoia" -version = "0.21.0" +version = "0.22.0" authors = [ "Justus Winter ", "Kai Michaelis ", @@ -22,13 +22,13 @@ gitlab = { repository = "sequoia-pgp/sequoia" } maintenance = { status = "actively-developed" } [dependencies] -buffered-reader = { path = "../buffered-reader", version = "0.21", default-features = false } -sequoia-openpgp = { path = "../openpgp", version = "0.21", default-features = false } -sequoia-autocrypt = { path = "../autocrypt", version = "0.21", default-features = false } -sequoia-core = { path = "../core", version = "0.21", default-features = false } -sequoia-ipc = { path = "../ipc", version = "0.21", default-features = false } -sequoia-net = { path = "../net", version = "0.21", default-features = false } -sequoia-store = { path = "../store", version = "0.21", default-features = false } +buffered-reader = { path = "../buffered-reader", version = "1.0.0", default-features = false } +sequoia-openpgp = { path = "../openpgp", version = "1.0.0", default-features = false } +sequoia-autocrypt = { path = "../autocrypt", version = "0.22", default-features = false } +sequoia-core = { path = "../core", version = "0.22", default-features = false } +sequoia-ipc = { path = "../ipc", version = "0.22", default-features = false } +sequoia-net = { path = "../net", version = "0.22", default-features = false } +sequoia-store = { path = "../store", version = "0.22", default-features = false } anyhow = "1.0.18" chrono = "0.4.10" clap = "2.33" 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. diff --git a/store/Cargo.toml b/store/Cargo.toml index b4e138a8..273cdb31 100644 --- a/store/Cargo.toml +++ b/store/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sequoia-store" description = "Public-Key store for Sequoia" -version = "0.21.0" +version = "0.22.0" authors = [ "Justus Winter ", "Kai Michaelis ", @@ -32,10 +32,10 @@ compression-deflate = ["sequoia-openpgp/compression-deflate"] compression-bzip2 = ["sequoia-openpgp/compression-bzip2"] [dependencies] -sequoia-openpgp = { path = "../openpgp", version = "0.21", default-features = false } -sequoia-core = { path = "../core", version = "0.21" } -sequoia-ipc = { path = "../ipc", version = "0.21", default-features = false } -sequoia-net = { path = "../net", version = "0.21", default-features = false } +sequoia-openpgp = { path = "../openpgp", version = "1.0.0", default-features = false } +sequoia-core = { path = "../core", version = "0.22" } +sequoia-ipc = { path = "../ipc", version = "0.22", default-features = false } +sequoia-net = { path = "../net", version = "0.22", default-features = false } anyhow = "1.0.18" capnp = "0.13" capnp-rpc = "0.13" -- cgit v1.2.3