Skip to content

Releases: oklog/ulid

v2.1.0

11 Jul 18:10
09b4b3e
Compare
Choose a tag to compare

Full release of v2.1.0, thanks to our testers.

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.1.0

v2.1.0-alpha.1

03 Jul 17:30
09b4b3e
Compare
Choose a tag to compare
v2.1.0-alpha.1 Pre-release
Pre-release

Alpha release of v2.1.0, try it out!

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.1.0-alpha.1

v2.0.2

09 May 10:03
be3bccf
Compare
Choose a tag to compare

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.

v2.0.1

07 May 15:18
Compare
Choose a tag to compare

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

v2.0.0

06 May 15:28
bacfb41
Compare
Choose a tag to compare

A new major version to go with support for Go modules. Also, improved support for safe monotonic readers.