summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-10-18 15:58:20 +0200
committerJustus Winter <justus@sequoia-pgp.org>2021-10-18 15:58:20 +0200
commite1fafde8fcc03886343ab194e3a4be53db244463 (patch)
tree4fec70cce01505cff2d6dbaf72eba23b23b488d1
parentc0c29324f2e5cfce0348ca8229363a2dab5c94f2 (diff)
openpgp: Release 1.5.0.openpgp/v1.5.0
-rw-r--r--Cargo.lock2
-rw-r--r--openpgp/Cargo.toml2
-rw-r--r--openpgp/NEWS3
3 files changed, 5 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1676a678..a4bf927b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2449,7 +2449,7 @@ dependencies = [
[[package]]
name = "sequoia-openpgp"
-version = "1.4.0"
+version = "1.5.0"
dependencies = [
"aes",
"anyhow",
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index f8a266ee..6614a4ef 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.4.0"
+version = "1.5.0"
authors = [
"Igor Matuszewski <igor@sequoia-pgp.org>",
"Justus Winter <justus@sequoia-pgp.org>",
diff --git a/openpgp/NEWS b/openpgp/NEWS
index 739f53ec..6933baec 100644
--- a/openpgp/NEWS
+++ b/openpgp/NEWS
@@ -2,6 +2,9 @@
#+TITLE: sequoia-openpgp NEWS – history of user-visible changes
#+STARTUP: content hidestars
+* Changes in 1.5.0
+** Notable changes
+ - This crate is now licensed under the LGPL 2.0 or later.
* Changes in 1.4.0
** New cryptographic backends
- We added a backend based on the RustCrypto crates.