Skip to content

Releases: jimeh/rands

v0.5.0

11 Mar 00:06
c98b79b
Compare
Choose a tag to compare

0.5.0 (2025-03-10)

⚠ BREAKING CHANGES

  • shuffle: Minimum required Go version is now 1.18 due the ShuffleSlice using generics.

Features

  • shuffle: add Shuffle and ShuffleSlice functions (#11) (a141938)

v0.4.0

07 Mar 01:35
312e856
Compare
Choose a tag to compare

0.4.0 (2025-03-07)

⚠ BREAKING CHANGES

  • deps: Minimum Go version changed from 1.15 to 1.17.

Features

  • deps: upgrade to Go 1.17 and golanci-lint 1.64 (#5) (16bd3ea)
  • strings/uuidv7: add UUIDv7 generation (#10) (fe43086)