ulid v2.0.2 Release Notes

Release Date: 2019-05-09 // almost 5 years ago
  • ✅ Identical to v2.0.1, except uses the proper /v2 suffix on the ulid import in ulid_test.go. Without this change, anyone who imported oklog/ulid at e.g. v2.0.1 into their project would also get oklog/ulid at v0-something due to the inadvertent transitive dependency.


Previous changes from v2.0.1

  • 🛠 Identical to v2.0.0, but fixes a bug in the go.mod module path.