Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.5.0] - 2025-11-20

Other

  • [breaking] Use VerifierLookup for signature verification

[0.4.2] - 2025-11-18

Other

  • update Cargo.lock dependencies

[0.4.1] - 2025-11-13

Added

  • Improve logging when reading certificates and verifiers
  • Add public re-exports for items of voa-core and voa-openpgp

[0.4.0] - 2025-11-12

Added

  • (cargo) Remove cli from the default features

Fixed

  • Hide Error::JsonSerialization behind the cli feature

Other

  • Explain how to build the CLI using the cli feature

[0.3.0] - 2025-11-12

Added

  • [breaking] Return a Vec of structs from voa_openpgp::verify_from_file
  • [breaking] Adjust signature of voa_openpgp::verify_from_file

[0.2.1] - 2025-10-30

Other

  • update Cargo.lock dependencies

[0.2.0] - 2025-09-29

Added

  • Add the voa verify subcommand and high-level verify function
  • Add RegularFile type for paths that must be a regular file
  • Add the voa list subcommand to list verifiers in VOA
  • Move clap and clap-verbosity-flag to workspace dependencies

Other

  • Add documentation examples on voa verify and verify function
  • [breaking] Rename Technology::OpenPGP to Technology::Openpgp
  • (README) Add examples for voa list and search_verifiers

[0.1.0] - 2025-09-24

Added

  • Add the voa import subcommand
  • Initialize bare voa crate

Other

  • (README) Add examples for library and the voa import subcommand