Release 0.30.1.
* Changes in 0.30.1 * Notable changes - The `crypto-botan` feature now selects Botan's v3 interface. Use the new `crypto-botan2` feature to continue using Botan's v2 interface. * Notable fixes - Several parser bugs were fixed in sequoia-openpgp 1.16.0 and buffered-reader 1.2.0. These are all low-severity as Rust correctly detects the out of bounds access and panics. Update Cargo.lock to make sure we use these versions.
This commit is contained in:
parent
1b3568580e
commit
3433e6e806
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2971,7 +2971,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sequoia-sq"
|
||||
version = "0.30.0"
|
||||
version = "0.30.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "sequoia-sq"
|
||||
description = "Command-line frontends for Sequoia"
|
||||
version = "0.30.0"
|
||||
version = "0.30.1"
|
||||
authors = [
|
||||
"Azul <azul@sequoia-pgp.org>",
|
||||
"Heiko Schaefer <heiko@schaefer.name>",
|
||||
|
5
NEWS
5
NEWS
@ -7,6 +7,11 @@
|
||||
- The `crypto-botan` feature now selects Botan's v3 interface. Use
|
||||
the new `crypto-botan2` feature to continue using Botan's v2
|
||||
interface.
|
||||
* Notable fixes
|
||||
- Several parser bugs were fixed in sequoia-openpgp 1.16.0 and
|
||||
buffered-reader 1.2.0. These are all low-severity as Rust
|
||||
correctly detects the out of bounds access and panics. Update
|
||||
Cargo.lock to make sure we use these versions.
|
||||
* Changes in 0.30
|
||||
* New functionality
|
||||
- `sq key adopt` now honors `--time`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user