Patch release that removes an unused dependency from the Rust crate and adds version format validation to the build tooling.

Features

  • Version validation: The version task now rejects version strings containing letters or non-numeric characters, accepting only digits and dots. The publish task inherits this validation.

Internal

  • Rust: Removed unused rand dependency from pragmastat crate, 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