1
0
mirror of https://github.com/google/uuid.git synced 2025-02-20 12:33:21 +02:00
uuid/CHANGELOG.md
release-please[bot] 4d47f8eb06
chore(master): release 1.5.0 (#145)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-12-12 11:21:37 -06:00

1010 B

Changelog

1.5.0 (2023-12-12)

Features

  • Validate UUID without creating new UUID (#141) (9ee7366)

1.4.0 (2023-10-26)

Features

  • UUIDs slice type with Strings() convenience method (#133) (cd5fbbd)

Fixes

  • Clarify that Parse's job is to parse but not necessarily validate strings. (Documents current behavior)

1.3.1 (2023-08-18)

Bug Fixes

  • Use .EqualFold() to parse urn prefixed UUIDs (#118) (574e687)

Changelog