Skip to content

Releases: mariuszs/rust-friendlyid

0.4.0

18 Mar 21:48
a5fcf46

Choose a tag to compare

What's Changed

  • Modernize to clap 4 derive API and edition 2021
  • Bump dependencies: friendly_id 0.4, uuid 1
  • Refactor error handling: Result instead of process::exit
  • Improve CLI: better descriptions, UUID|FRIENDLYID value 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 = true to release profile for smaller binary
  • Remove unused clap cargo feature and uuid v4 feature

0.2.0

06 Sep 14:33

Choose a tag to compare

Create id, when no argument is passed

0.1.1

05 Sep 09:38

Choose a tag to compare

improve readme

0.1.0

04 Sep 22:10

Choose a tag to compare

Initial version