Releases: mariuszs/rust-friendlyid
Releases · mariuszs/rust-friendlyid
0.4.0
What's Changed
- Modernize to clap 4 derive API and edition 2021
- Bump dependencies: friendly_id 0.4, uuid 1
- Refactor error handling:
Resultinstead ofprocess::exit - Improve CLI: better descriptions,
UUID|FRIENDLYIDvalue hint - Expand test suite from 3 to 7 tests (roundtrip, error paths, uppercase UUID)
- Add GitHub Actions CI (build, test, clippy)
- Modernize RPM spec: remove obsolete directives, SPDX license
- Add
strip = trueto release profile for smaller binary - Remove unused clap
cargofeature and uuidv4feature