summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-03-04 11:19:04 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-03-04 11:19:04 +0100
commitbd0dff454e04b0fca50b97c4baa1bc31a03c45cf (patch)
tree0c67cbbef660be533b8703e9c2f68f0305ddaf3f
parentc46b3c96c47b57fbab554a27ee79b8025524c5bd (diff)
Release 0.15.0.v0.15.0
-rw-r--r--Cargo.lock96
-rw-r--r--Cargo.toml28
-rw-r--r--autocrypt/Cargo.toml6
-rw-r--r--core/Cargo.toml4
-rw-r--r--ffi-macros/Cargo.toml4
-rw-r--r--ffi/Cargo.toml14
-rw-r--r--guide/Cargo.toml6
-rw-r--r--ipc/Cargo.toml8
-rw-r--r--net/Cargo.toml8
-rw-r--r--openpgp-ffi/Cargo.toml8
-rw-r--r--openpgp/Cargo.toml4
-rw-r--r--sqv/Cargo.toml6
-rw-r--r--store/Cargo.toml12
-rw-r--r--tool/Cargo.toml14
14 files changed, 109 insertions, 109 deletions
diff --git a/Cargo.lock b/Cargo.lock
index da322456..29c7a31d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1530,34 +1530,34 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sequoia"
-version = "0.14.0"
+version = "0.15.0"
dependencies = [
"buffered-reader 0.14.0",
- "sequoia-autocrypt 0.14.0",
- "sequoia-core 0.14.0",
- "sequoia-ffi 0.14.0",
- "sequoia-ffi-macros 0.14.0",
- "sequoia-guide 0.14.0",
- "sequoia-ipc 0.14.0",
- "sequoia-net 0.14.0",
- "sequoia-openpgp 0.14.0",
- "sequoia-openpgp-ffi 0.14.0",
- "sequoia-sqv 0.14.0",
- "sequoia-store 0.14.0",
- "sequoia-tool 0.14.0",
+ "sequoia-autocrypt 0.15.0",
+ "sequoia-core 0.15.0",
+ "sequoia-ffi 0.15.0",
+ "sequoia-ffi-macros 0.15.0",
+ "sequoia-guide 0.15.0",
+ "sequoia-ipc 0.15.0",
+ "sequoia-net 0.15.0",
+ "sequoia-openpgp 0.15.0",
+ "sequoia-openpgp-ffi 0.15.0",
+ "sequoia-sqv 0.15.0",
+ "sequoia-store 0.15.0",
+ "sequoia-tool 0.15.0",
]
[[package]]
name = "sequoia-autocrypt"
-version = "0.14.0"
+version = "0.15.0"
dependencies = [
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-openpgp 0.14.0",
+ "sequoia-openpgp 0.15.0",
]
[[package]]
name = "sequoia-core"
-version = "0.14.0"
+version = "0.15.0"
dependencies = [
"dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1566,7 +1566,7 @@ dependencies = [
[[package]]
name = "sequoia-ffi"
-version = "0.14.0"
+version = "0.15.0"
dependencies = [
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1574,17 +1574,17 @@ dependencies = [
"libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
"memsec 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-core 0.14.0",
- "sequoia-ffi-macros 0.14.0",
- "sequoia-net 0.14.0",
- "sequoia-openpgp 0.14.0",
- "sequoia-store 0.14.0",
+ "sequoia-core 0.15.0",
+ "sequoia-ffi-macros 0.15.0",
+ "sequoia-net 0.15.0",
+ "sequoia-openpgp 0.15.0",
+ "sequoia-store 0.15.0",
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sequoia-ffi-macros"
-version = "0.14.0"
+version = "0.15.0"
dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1595,15 +1595,15 @@ dependencies = [
[[package]]
name = "sequoia-guide"
-version = "0.14.0"
+version = "0.15.0"
dependencies = [
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-openpgp 0.14.0",
+ "sequoia-openpgp 0.15.0",
]
[[package]]
name = "sequoia-ipc"
-version = "0.14.0"
+version = "0.15.0"
dependencies = [
"capnp-rpc 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1615,8 +1615,8 @@ dependencies = [
"libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
"memsec 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-core 0.14.0",
- "sequoia-openpgp 0.14.0",
+ "sequoia-core 0.15.0",
+ "sequoia-openpgp 0.15.0",
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1625,7 +1625,7 @@ dependencies = [
[[package]]
name = "sequoia-net"
-version = "0.14.0"
+version = "0.15.0"
dependencies = [
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1636,8 +1636,8 @@ dependencies = [
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-core 0.14.0",
- "sequoia-openpgp 0.14.0",
+ "sequoia-core 0.15.0",
+ "sequoia-openpgp 0.15.0",
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1647,7 +1647,7 @@ dependencies = [
[[package]]
name = "sequoia-openpgp"
-version = "0.14.0"
+version = "0.15.0"
dependencies = [
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"buffered-reader 0.14.0",
@@ -1669,32 +1669,32 @@ dependencies = [
[[package]]
name = "sequoia-openpgp-ffi"
-version = "0.14.0"
+version = "0.15.0"
dependencies = [
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
"memsec 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-ffi-macros 0.14.0",
- "sequoia-openpgp 0.14.0",
+ "sequoia-ffi-macros 0.15.0",
+ "sequoia-openpgp 0.15.0",
]
[[package]]
name = "sequoia-sqv"
-version = "0.14.0"
+version = "0.15.0"
dependencies = [
"assert_cli 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"colored 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-openpgp 0.14.0",
+ "sequoia-openpgp 0.15.0",
]
[[package]]
name = "sequoia-store"
-version = "0.14.0"
+version = "0.15.0"
dependencies = [
"capnp 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)",
"capnp-rpc 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1703,17 +1703,17 @@ dependencies = [
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
"rusqlite 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-core 0.14.0",
- "sequoia-ipc 0.14.0",
- "sequoia-net 0.14.0",
- "sequoia-openpgp 0.14.0",
+ "sequoia-core 0.15.0",
+ "sequoia-ipc 0.15.0",
+ "sequoia-net 0.15.0",
+ "sequoia-openpgp 0.15.0",
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sequoia-tool"
-version = "0.14.0"
+version = "0.15.0"
dependencies = [
"assert_cli 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1724,11 +1724,11 @@ dependencies = [
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"prettytable-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rpassword 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-autocrypt 0.14.0",
- "sequoia-core 0.14.0",
- "sequoia-net 0.14.0",
- "sequoia-openpgp 0.14.0",
- "sequoia-store 0.14.0",
+ "sequoia-autocrypt 0.15.0",
+ "sequoia-core 0.15.0",
+ "sequoia-net 0.15.0",
+ "sequoia-openpgp 0.15.0",
+ "sequoia-store 0.15.0",
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
]
diff --git a/Cargo.toml b/Cargo.toml
index e9831f32..fcd47976 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia"
description = "A cool new OpenPGP implementation"
-version = "0.14.0"
+version = "0.15.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
-documentation = "https://docs.sequoia-pgp.org/0.14.0/"
+documentation = "https://docs.sequoia-pgp.org/0.15.0/"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
@@ -24,18 +24,18 @@ maintenance = { status = "actively-developed" }
[dependencies]
buffered-reader = { path = "buffered-reader", version = "0.14" }
-sequoia-openpgp = { path = "openpgp", version = "0.14" }
-sequoia-openpgp-ffi = { path = "openpgp-ffi", version = "0.14" }
-sequoia-autocrypt = { path = "autocrypt", version = "0.14" }
-sequoia-core = { path = "core", version = "0.14" }
-sequoia-ffi = { path = "ffi", version = "0.14" }
-sequoia-ffi-macros = { path = "ffi-macros", version = "0.14" }
-sequoia-ipc = { path = "ipc", version = "0.14" }
-sequoia-net = { path = "net", version = "0.14" }
-sequoia-store = { path = "store", version = "0.14" }
-sequoia-tool = { path = "tool", version = "0.14" }
-sequoia-sqv = { path = "sqv", version = "0.14" }
-sequoia-guide = { path = "guide", version = "0.14" }
+sequoia-openpgp = { path = "openpgp", version = "0.15" }
+sequoia-openpgp-ffi = { path = "openpgp-ffi", version = "0.15" }
+sequoia-autocrypt = { path = "autocrypt", version = "0.15" }
+sequoia-core = { path = "core", version = "0.15" }
+sequoia-ffi = { path = "ffi", version = "0.15" }
+sequoia-ffi-macros = { path = "ffi-macros", version = "0.15" }
+sequoia-ipc = { path = "ipc", version = "0.15" }
+sequoia-net = { path = "net", version = "0.15" }
+sequoia-store = { path = "store", version = "0.15" }
+sequoia-tool = { path = "tool", version = "0.15" }
+sequoia-sqv = { path = "sqv", version = "0.15" }
+sequoia-guide = { path = "guide", version = "0.15" }
[lib]
name = "sequoia"
diff --git a/autocrypt/Cargo.toml b/autocrypt/Cargo.toml
index 7ce47fea..06817e82 100644
--- a/autocrypt/Cargo.toml
+++ b/autocrypt/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia-autocrypt"
description = "Autocrypt support"
-version = "0.14.0"
+version = "0.15.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
-documentation = "https://docs.sequoia-pgp.org/0.14.0/sequoia_autocrypt"
+documentation = "https://docs.sequoia-pgp.org/0.15.0/sequoia_autocrypt"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
@@ -21,5 +21,5 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.14" }
+sequoia-openpgp = { path = "../openpgp", version = "0.15" }
base64 = "0.11"
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 000f8de5..71a40247 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia-core"
description = "Policies for Sequoia"
-version = "0.14.0"
+version = "0.15.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
-documentation = "https://docs.sequoia-pgp.org/0.14.0/sequoia_core"
+documentation = "https://docs.sequoia-pgp.org/0.15.0/sequoia_core"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
diff --git a/ffi-macros/Cargo.toml b/ffi-macros/Cargo.toml
index 21ec033f..66d39d6b 100644
--- a/ffi-macros/Cargo.toml
+++ b/ffi-macros/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia-ffi-macros"
description = "Macros for writing the C API for Sequoia"
-version = "0.14.0"
+version = "0.15.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
-documentation = "https://docs.sequoia-pgp.org/0.14.0/sequoia_ffi"
+documentation = "https://docs.sequoia-pgp.org/0.15.0/sequoia_ffi"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index 9ffe3a8b..aec51a28 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia-ffi"
description = "C API for Sequoia"
-version = "0.14.0"
+version = "0.15.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
-documentation = "https://docs.sequoia-pgp.org/0.14.0/sequoia_ffi"
+documentation = "https://docs.sequoia-pgp.org/0.15.0/sequoia_ffi"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
@@ -22,11 +22,11 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-ffi-macros = { path = "../ffi-macros", version = "0.14" }
-sequoia-openpgp = { path = "../openpgp", version = "0.14" }
-sequoia-core = { path = "../core", version = "0.14" }
-sequoia-store = { path = "../store", version = "0.14" }
-sequoia-net = { path = "../net", version = "0.14" }
+sequoia-ffi-macros = { path = "../ffi-macros", version = "0.15" }
+sequoia-openpgp = { path = "../openpgp", version = "0.15" }
+sequoia-core = { path = "../core", version = "0.15" }
+sequoia-store = { path = "../store", version = "0.15" }
+sequoia-net = { path = "../net", version = "0.15" }
failure = "0.1.2"
lazy_static = "1.0.0"
libc = "0.2.33"
diff --git a/guide/Cargo.toml b/guide/Cargo.toml
index 977312f0..5f53762b 100644
--- a/guide/Cargo.toml
+++ b/guide/Cargo.toml
@@ -1,16 +1,16 @@
[package]
name = "sequoia-guide"
-version = "0.14.0"
+version = "0.15.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
-documentation = "https://docs.sequoia-pgp.org/0.14.0/guide/"
+documentation = "https://docs.sequoia-pgp.org/0.15.0/guide/"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
build = "build.rs"
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.14" }
+sequoia-openpgp = { path = "../openpgp", version = "0.15" }
failure = "0.1.2"
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index 027c8011..35886f46 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia-ipc"
description = "Interprocess communication infrastructure for Sequoia"
-version = "0.14.0"
+version = "0.15.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
-documentation = "https://docs.sequoia-pgp.org/0.14.0/sequoia_ipc"
+documentation = "https://docs.sequoia-pgp.org/0.15.0/sequoia_ipc"
build = "build.rs"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
@@ -20,8 +20,8 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.14" }
-sequoia-core = { path = "../core", version = "0.14" }
+sequoia-openpgp = { path = "../openpgp", version = "0.15" }
+sequoia-core = { path = "../core", version = "0.15" }
capnp-rpc = "0.10"
failure = "0.1.2"
diff --git a/net/Cargo.toml b/net/Cargo.toml
index cd5bc5a8..27dcdb86 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia-net"
description = "Network services for OpenPGP"
-version = "0.14.0"
+version = "0.15.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
-documentation = "https://docs.sequoia-pgp.org/0.14.0/sequoia_net"
+documentation = "https://docs.sequoia-pgp.org/0.15.0/sequoia_net"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
@@ -21,8 +21,8 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.14", default-features = false }
-sequoia-core = { path = "../core", version = "0.14" }
+sequoia-openpgp = { path = "../openpgp", version = "0.15", default-features = false }
+sequoia-core = { path = "../core", version = "0.15" }
failure = "0.1.2"
futures = "0.1"
diff --git a/openpgp-ffi/Cargo.toml b/openpgp-ffi/Cargo.toml
index 18444620..7e3277ca 100644
--- a/openpgp-ffi/Cargo.toml
+++ b/openpgp-ffi/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia-openpgp-ffi"
description = "C API for Sequoia's low-level OpenPGP crate"
-version = "0.14.0"
+version = "0.15.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
-documentation = "https://docs.sequoia-pgp.org/0.14.0/sequoia_openpgp_ffi"
+documentation = "https://docs.sequoia-pgp.org/0.15.0/sequoia_openpgp_ffi"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
@@ -22,8 +22,8 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-ffi-macros = { path = "../ffi-macros", version = "0.14" }
-sequoia-openpgp = { path = "../openpgp", version = "0.14" }
+sequoia-ffi-macros = { path = "../ffi-macros", version = "0.15" }
+sequoia-openpgp = { path = "../openpgp", version = "0.15" }
failure = "0.1.2"
lazy_static = "1.0.0"
libc = "0.2.33"
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 220217fd..bcf29f72 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "sequoia-openpgp"
description = "OpenPGP data types and associated machinery"
-version = "0.14.0"
+version = "0.15.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
build = "build.rs"
-documentation = "https://docs.sequoia-pgp.org/0.14.0/sequoia_openpgp"
+documentation = "https://docs.sequoia-pgp.org/0.15.0/sequoia_openpgp"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
diff --git a/sqv/Cargo.toml b/sqv/Cargo.toml
index 9ce3e297..55b12bd5 100644
--- a/sqv/Cargo.toml
+++ b/sqv/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia-sqv"
description = "A simple OpenPGP signature verification program"
-version = "0.14.0"
+version = "0.15.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
-documentation = "https://docs.sequoia-pgp.org/0.14.0/sqv"
+documentation = "https://docs.sequoia-pgp.org/0.15.0/sqv"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
@@ -21,7 +21,7 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.14", default-features = false }
+sequoia-openpgp = { path = "../openpgp", version = "0.15", default-features = false }
chrono = "0.4"
clap = "2.32.0"
failure = "0.1.2"
diff --git a/store/Cargo.toml b/store/Cargo.toml
index f00a6dc2..45e73498 100644
--- a/store/Cargo.toml
+++ b/store/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "sequoia-store"
description = "Public-Key store for Sequoia"
-version = "0.14.0"
+version = "0.15.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
build = "build.rs"
-documentation = "https://docs.sequoia-pgp.org/0.14.0/sequoia_store"
+documentation = "https://docs.sequoia-pgp.org/0.15.0/sequoia_store"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
@@ -26,10 +26,10 @@ default = ["background-services"]
background-services = []
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.14" }
-sequoia-core = { path = "../core", version = "0.14" }
-sequoia-ipc = { path = "../ipc", version = "0.14" }
-sequoia-net = { path = "../net", version = "0.14" }
+sequoia-openpgp = { path = "../openpgp", version = "0.15" }
+sequoia-core = { path = "../core", version = "0.15" }
+sequoia-ipc = { path = "../ipc", version = "0.15" }
+sequoia-net = { path = "../net", version = "0.15" }
capnp = "0.10"
capnp-rpc = "0.10"
failure = "0.1.2"
diff --git a/tool/Cargo.toml b/tool/Cargo.toml
index a96f7d85..7a15a9f2 100644
--- a/tool/Cargo.toml
+++ b/tool/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "sequoia-tool"
description = "Command-line frontends for Sequoia"
-version = "0.14.0"
+version = "0.15.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
build = "build.rs"
-documentation = "https://docs.sequoia-pgp.org/0.14.0/sq"
+documentation = "https://docs.sequoia-pgp.org/0.15.0/sq"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
@@ -22,11 +22,11 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.14" }
-sequoia-autocrypt = { path = "../autocrypt", version = "0.14" }
-sequoia-core = { path = "../core", version = "0.14" }
-sequoia-net = { path = "../net", version = "0.14" }
-sequoia-store = { path = "../store", version = "0.14" }
+sequoia-openpgp = { path = "../openpgp", version = "0.15" }
+sequoia-autocrypt = { path = "../autocrypt", version = "0.15" }
+sequoia-core = { path = "../core", version = "0.15" }
+sequoia-net = { path = "../net", version = "0.15" }
+sequoia-store = { path = "../store", version = "0.15" }
chrono = "0.4"
clap = "2.32.0"
failure = "0.1.2"