summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-12-23 12:46:48 +0100
committerJustus Winter <justus@sequoia-pgp.org>2021-12-23 12:46:48 +0100
commit65cd6fc513741cf9c1187c9750b226251ade8f20 (patch)
treeddf22184a2eef95b9830b0fea890570cf29d2110
parent80c520da63a4875d370990bd02de401ec7720258 (diff)
openpgp: Release 1.7.0.openpgp/v1.7.0
-rw-r--r--Cargo.lock2
-rw-r--r--openpgp/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c8219ab4..8cec8fc1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2676,7 +2676,7 @@ dependencies = [
[[package]]
name = "sequoia-openpgp"
-version = "1.6.0"
+version = "1.7.0"
dependencies = [
"aes",
"anyhow",
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index bf6fe916..dface38a 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 = "1.6.0"
+version = "1.7.0"
authors = [
"Igor Matuszewski <igor@sequoia-pgp.org>",
"Justus Winter <justus@sequoia-pgp.org>",