Skip to content

Releases: kazk/xid-rs

v1.1.1

23 Apr 19:05

Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

v1.1.0

23 Apr 18:55

Choose a tag to compare

  • Fix #9 by checking the last byte in Id::from_str by @zensh (#10)
  • Implement std::default::Default by @zensh (#10)
  • Add from_bytes function and is_zero method by @zensh (#10)

Full Changelog: v1.0.3...v1.1.0

v1.0.3

14 Oct 07:43

Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

05 Jul 00:56

Choose a tag to compare

  • Change Debug for Id to use the string representation (#4)

v1.0.1

24 Jun 00:49

Choose a tag to compare

  • Add impl Display for Id (#5)

v1.0.0

16 Feb 19:18

Choose a tag to compare

  • Update rand to 0.8
  • Fix clippy lints and format

v0.1.1

13 Dec 04:27

Choose a tag to compare

  • Remove trailing new line from Linux machine id
  • Fix Windows machine id

v0.1.0

13 Dec 04:26

Choose a tag to compare

Initial release