summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2023-03-24 09:15:31 +0100
committerNeal H. Walfield <neal@pep.foundation>2023-03-24 09:15:31 +0100
commit1112af3b3b5aa8daf89690665968959823984cd4 (patch)
tree253b0d8a1ec72ce2549d2195852df2d3104bdd85
parent674633670b6b37e5bea50c4ce048657b78e9fbc0 (diff)
net: Release 0.27.0net/v0.27.0
-rw-r--r--Cargo.lock2
-rw-r--r--net/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d61d2c6c..d268a749 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2308,7 +2308,7 @@ dependencies = [
[[package]]
name = "sequoia-net"
-version = "0.26.0"
+version = "0.27.0"
dependencies = [
"anyhow",
"base64",
diff --git a/net/Cargo.toml b/net/Cargo.toml
index b1855cf5..30d4daa5 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "sequoia-net"
description = "Network services for OpenPGP"
-version = "0.26.0"
+version = "0.27.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",