Files
rands/CHANGELOG.md
jimehbot[bot] 312e856234 chore(main): release 0.4.0 (#6)
Co-authored-by: jimehbot[bot] <132453784+jimehbot[bot]@users.noreply.github.com>
2025-03-07 01:35:31 +00:00

1.7 KiB

Changelog

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

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)