Hi everyone,
I'm pleased to announce the release of version 1.0.1 of the sequoia-keyring-linter crate.
I have published sequoia-keyring-linter on crates.io:
https://crates.io/crates/sequoia-keyring-linter
You can also fetch 1.0.1 using the v1.0.1 tag:
https://gitlab.com/sequoia-pgp/keyring-linter/-/tags/v1.0.1
which I signed:
$ git verify-tag v1.0.1 gpg: Signature made Fri Feb 10 12:30:49 2023 +01:00 gpg: using RSA key C03FA6411B03AE12576461187223B56678E02528 gpg: Good signature from "Neal H. Walfield neal@walfield.org" [ultimate] gpg: "Neal H. Walfield neal@gnupg.org" gpg: "Neal H. Walfield neal@pep-project.org" gpg: "Neal H. Walfield neal@pep.foundation" gpg: "Neal H. Walfield neal@sequoia-pgp.org"
This release is a minor update.
A new option, `--time`, is now available, which allows the user to set a reference time. This is useful for checking if a certificate will have problems some time in the future.
man page generation has also improved. And, shell completions are now generated.
Several deendencies have also been updated. In particular, sq-keyring-linter now uses rpassword 6.0, and and clap 4.
Neal on behalf of the whole Sequoia PGP team