Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 712 Bytes

File metadata and controls

37 lines (20 loc) · 712 Bytes

Changelog

All notable changes to this project will be documented in this file. This project uses Semantic Versioning.

Unreleased

Added

  • Added more PartialEq implementations for String and &&str comparisons.

0.3.0 - 2023-04-08

Added

  • Added new_random when using the random crate feature.
  • Added new_from_uuid to create a ShortGuid from an existing UUID.

0.2.0 - 2023-04-08

Added

  • Added PartialEq<T> for Vec<u8> and &[u8; 16].

Changed

  • to_bytes_le, from_bytes_ref, as_uuid and is_empty are now const.

Internal

  • Added fuzzing targets.

0.1.0 - 2023-04-07

Added

  • 🎉 Initial release.