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.3.0] - 2025-08-19
Added
- Replace
HermeticParallelConfig
withSignstarConfig
Fixed
- (deps) Update Rust crate sysinfo to v0.37.0
- (deps) Update Rust crate sysinfo to 0.36.0
Other
- Use
signstar-sign
when configuring accounts for signing
[0.2.0] - 2025-07-10
Added
- Use Display for printing errors
- Rely on
signstar-common
crate for default locations
Fixed
- (deps) update rust crate nix to 0.30.0
- (deps) update rust crate sysinfo to 0.35.0
- (deps) update rust crate sysinfo to v0.34.0
Other
- Fix violations of MD007
- Fix violations of MD022 and MD032 in changelogs
- Reformat all TOML files with
taplo
- Sort derives using
cargo sort-derives
- Switch to rustfmt style edition 2024
- Add
non_admin_secret_handling
to example configuration - Add
admin_secret_handling
to example configuration
[0.1.2] - 2024-12-08
Fixed
- (deps) update rust crate sysinfo to 0.33.0
Other
- (README) Add links to latest (un)released crate documentation
[0.1.1] - 2024-11-27
Other
- Update libc crate as the previously used version was yanked
[0.1.0] - 2024-11-26
Added
- Add build-time configuration tool for signstar host
Other
- Consolidate contributing and licensing information