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.1.1] - 2025-08-19
Added
- Use
change-user-runcrate instead ofsignstar_config::test - Add
SignstarConfigfor the configuration on Signstar hosts - Enable generation of shell completions and man pages for
signstar-sign - Add logging with verbosity to
signstar-sign
Other
- Collect coverage produced by tests run (partially) as other user
[0.1.0] - 2025-07-10
Added
- Log errors if the command returned with a non-zero status
- [breaking] Fold
signstar-testintosignstar-configas a separatetestmodule - Add
signstar-sign
Fixed
- Update
rcgencode for new API - (deps) Update Rust crate which to v8
Other
- (deps) Update Rust crate rcgen to 0.14.0
- Reformat all TOML files with
taplo - Remove use of deprecated
tempfile::TempDir::into_path