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.1.1] - 2025-08-19

Added

  • Use change-user-run crate instead of signstar_config::test
  • Add SignstarConfig for 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-test into signstar-config as a separate test module
  • Add signstar-sign

Fixed

  • Update rcgen code 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