Hi everyone,
I'm pleased to announce the release of version 0.5.0 of the sequoia-wot crate.
I have published sequoia-wot on crates.io:
https://crates.io/crates/sequoia-wot
You can also fetch 0.5.0 using the v0.5.0 tag:
https://gitlab.com/sequoia-pgp/sequoia-wot/-/tags/v0.5.0
which I signed:
$ git verify-tag v0.5.0 gpg: Signature made Wed Feb 08 15:55:57 2023 +01:00 gpg: using RSA key C03FA6411B03AE12576461187223B56678E02528 gpg: Good signature from "Neal H. Walfield neal@walfield.org" [ultimate] gpg: "Neal H. Walfield neal@g10code.com" 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 includes one significant change: certificates fetched from key servers are cached on disk in the default certificate directory.
This release also includes a number of minor bug fixes. When upgrading to clap 4, the short option for `--keyring` was mistakenly changed from `-k` to `-f`. That change has been reverted. Several API warts were corrected. And, a performance bug, which impacts `sq-wot list`, was fixed.
Neal on behalf of the whole Sequoia PGP team
announce@lists.sequoia-pgp.org