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.2.0] - 2025-09-29
Added
- Add the
voa verify
subcommand and high-levelverify
function - Add
RegularFile
type for paths that must be a regular file - Add the
voa list
subcommand to list verifiers in VOA - Move
clap
andclap-verbosity-flag
to workspace dependencies
Other
- Add documentation examples on
voa verify
andverify
function - [breaking] Rename
Technology::OpenPGP
toTechnology::Openpgp
- (README) Add examples for
voa list
andsearch_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