Files
rands/CHANGELOG.md
jimehbot[bot] c98b79b4c5 chore(main): release 0.5.0 (#12)
Co-authored-by: jimehbot[bot] <132453784+jimehbot[bot]@users.noreply.github.com>
2025-03-11 00:06:02 +00:00

2.1 KiB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

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)

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)

0.3.0 (2021-12-17)

Features

  • error: export error variables (164ccc4)
  • randsmust: add randsmust package (22fe517)

0.2.0 (2021-03-16)

Features

  • strings: add UUID function to generate random RFC 4122 UUID v4 strings (825a3c1)

Bug Fixes

  • strings: add missing benchmark for DNSLabel (a755fe9)

0.1.1 (2021-01-20)

0.1.0 (2021-01-20)

Features

  • rands: initial implementation (597fe53)