Skip to content

Releases: bahlo/sonyflake-rs

v0.3.0

09 Oct 08:53
ab131b5
Compare
Choose a tag to compare

Shoutout to @negezor, thank you for the contributions!

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

22 Jun 19:49
9ba33d8
Compare
Choose a tag to compare

Kudos for @negezor for doing most of the changes in this release (see #19).

⚠️ Breaking changes

  • Remove &mut requirement for next_id
  • Decompose now returns a struct instead of a HashMap.

Unbreaking changes

  • Upgrade crate to Rust Edition 2021
  • Upgrade pnet to 0.33

Full Changelog: v0.1.2...v0.2.0

v0.1.2

11 Sep 15:42
635b412
Compare
Choose a tag to compare

Changed

  • Updated pnet as the old version used an unmaintained dependency (#1)

v0.1.1

29 Dec 12:19
25dc1e4
Compare
Choose a tag to compare

Fixed

  • Error is now Send + Sync

v0.1.0

29 Dec 09:55
Compare
Choose a tag to compare

This is the initial version.