# 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][]. [Keep A Changelog]: https://keepachangelog.com/en/1.0.0/ [Semantic Versioning]: https://semver.org/spec/v2.0.0.html ## Unreleased ### Changed - Updated crate fastrand (transitive dev dependency) ## [0.1.4] - 2026-04-05 ### Changed - Updated Nix flake inputs - Updated Rust dependencies - Upgraded `sha2` crate - Added dependency on `digest-io` crate - Added `rust-analyzer` to Nix development shell - Use flake-parts instead of flake-utils for Nix flake ## [0.1.3] - 2025-08-23 ### Added - Added experimental Nix flake ### Fixed - Fixed several cosmetic Clippy warnings ## [0.1.2] - 2025-04-10 ### Fixed - Updated parseq (fixes [RUSTSEC-2025-0024](https://rustsec.org/advisories/RUSTSEC-2025-0024)) ## [0.1.1] - 2025-01-02 ### Changed - Added license and contribution information to README - Added `--deny` option example to README - Described `--json` option more detailed - Upgraded `itertools` to version `0.14` - Updated all dependencies ## [0.1.0] - 2024-03-24 ### Added - Added initial implementation