Patch release that removes an unused dependency from the Rust crate and adds version format validation to the build tooling.
Features
- Version validation: The
versiontask now rejects version strings containing letters or non-numeric characters, accepting only digits and dots. Thepublishtask inherits this validation.
Internal
- Rust: Removed unused
randdependency frompragmastatcrate, which uses its own RNG implementation (Xoshiro256 + SplitMix64).
Full Changelog: https://github.com/AndreyAkinshin/pragmastat/compare/v7.0.0...v7.0.1
Release notes generated by herald v1.0.4