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:
Neal H. Walfield 2023-05-19 16:20:30 +02:00
parent 1b3568580e
commit 3433e6e806
No known key found for this signature in database
GPG Key ID: 6863C9AD5B4D22D3
3 changed files with 7 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2971,7 +2971,7 @@ dependencies = [
[[package]]
name = "sequoia-sq"
version = "0.30.0"
version = "0.30.1"
dependencies = [
"anyhow",
"assert_cmd",

View File

@ -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
View File

@ -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`.