summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2023-11-24 14:17:29 +0100
committerNeal H. Walfield <neal@pep.foundation>2023-11-24 14:45:40 +0100
commit9bba76b7f15049aec3b580b5eed337226e05b761 (patch)
tree1b250dd8014d498dd4d2bc3071ce3d2d9945c169
parente3b336f4dfd4989923f6b99f53529a8505275cc7 (diff)
net: Release 0.28.0net/v0.28.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 a345f28c..f5c4b61d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2573,7 +2573,7 @@ dependencies = [
[[package]]
name = "sequoia-net"
-version = "0.27.0"
+version = "0.28.0"
dependencies = [
"anyhow",
"base64",
diff --git a/net/Cargo.toml b/net/Cargo.toml
index 7112fa83..0d804709 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "sequoia-net"
description = "Network services for OpenPGP"
-version = "0.27.0"
+version = "0.28.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",