oklog/ulid (github.com/oklog/ulid)
### [`v2.1.0`](https://togithub.com/oklog/ulid/releases/tag/v2.1.0)
[Compare Source](https://togithub.com/oklog/ulid/compare/v2.0.2...v2.1.0)
Full release of v2.1.0, thanks to our testers.
#### What's Changed
- Adding Bytes() to get slice representation of ULID by [@sabify](https://togithub.com/sabify) in [https://github.com/oklog/ulid/pull/49](https://togithub.com/oklog/ulid/pull/49)
- Update README to mention v2 by [@lmas](https://togithub.com/lmas) in [https://github.com/oklog/ulid/pull/48](https://togithub.com/oklog/ulid/pull/48)
- Continuous fuzzing by [@bookmoons](https://togithub.com/bookmoons) in [https://github.com/oklog/ulid/pull/55](https://togithub.com/oklog/ulid/pull/55)
- Long-overdue tidying up by [@peterbourgon](https://togithub.com/peterbourgon) in [https://github.com/oklog/ulid/pull/61](https://togithub.com/oklog/ulid/pull/61)
- Update Value docs re: zero-value behavior by [@peterbourgon](https://togithub.com/peterbourgon) in [https://github.com/oklog/ulid/pull/60](https://togithub.com/oklog/ulid/pull/60)
- Fix max theorical date in the README by [@fancyweb](https://togithub.com/fancyweb) in [https://github.com/oklog/ulid/pull/65](https://togithub.com/oklog/ulid/pull/65)
- Refer updated github link of `alizain/ulid` by [@kachick](https://togithub.com/kachick) in [https://github.com/oklog/ulid/pull/67](https://togithub.com/oklog/ulid/pull/67)
- Fix timezone formatting in RFC 3339 output by [@scop](https://togithub.com/scop) in [https://github.com/oklog/ulid/pull/74](https://togithub.com/oklog/ulid/pull/74)
- Linter fixes by [@scop](https://togithub.com/scop) in [https://github.com/oklog/ulid/pull/75](https://togithub.com/oklog/ulid/pull/75)
- ulid: add DefaultEntropy() and Make() by [@tsenart](https://togithub.com/tsenart) in [https://github.com/oklog/ulid/pull/81](https://togithub.com/oklog/ulid/pull/81)
#### New Contributors
- [@sabify](https://togithub.com/sabify) made their first contribution in [https://github.com/oklog/ulid/pull/49](https://togithub.com/oklog/ulid/pull/49)
- [@lmas](https://togithub.com/lmas) made their first contribution in [https://github.com/oklog/ulid/pull/48](https://togithub.com/oklog/ulid/pull/48)
- [@bookmoons](https://togithub.com/bookmoons) made their first contribution in [https://github.com/oklog/ulid/pull/55](https://togithub.com/oklog/ulid/pull/55)
- [@fancyweb](https://togithub.com/fancyweb) made their first contribution in [https://github.com/oklog/ulid/pull/65](https://togithub.com/oklog/ulid/pull/65)
- [@kachick](https://togithub.com/kachick) made their first contribution in [https://github.com/oklog/ulid/pull/67](https://togithub.com/oklog/ulid/pull/67)
- [@scop](https://togithub.com/scop) made their first contribution in [https://github.com/oklog/ulid/pull/74](https://togithub.com/oklog/ulid/pull/74)
**Full Changelog**: https://github.com/oklog/ulid/compare/v2.0.2...v2.1.0
### [`v2.0.2`](https://togithub.com/oklog/ulid/releases/tag/v2.0.2)
[Compare Source](https://togithub.com/oklog/ulid/compare/v2.0.1...v2.0.2)
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`](https://togithub.com/oklog/ulid/releases/tag/v2.0.1)
[Compare Source](https://togithub.com/oklog/ulid/compare/v2.0.0...v2.0.1)
Identical to v2.0.0, but fixes a bug in the go.mod module path.
### [`v2.0.0`](https://togithub.com/oklog/ulid/releases/tag/v2.0.0)
[Compare Source](https://togithub.com/oklog/ulid/compare/v1.3.1...v2.0.0)
A new major version to go with support for Go modules. Also, improved support for safe monotonic readers.
Configuration
📅 Schedule: Branch creation - "on monday and wednesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v1.3.1
->v2.1.0
Release Notes
oklog/ulid (github.com/oklog/ulid)
### [`v2.1.0`](https://togithub.com/oklog/ulid/releases/tag/v2.1.0) [Compare Source](https://togithub.com/oklog/ulid/compare/v2.0.2...v2.1.0) Full release of v2.1.0, thanks to our testers. #### What's Changed - Adding Bytes() to get slice representation of ULID by [@sabify](https://togithub.com/sabify) in [https://github.com/oklog/ulid/pull/49](https://togithub.com/oklog/ulid/pull/49) - Update README to mention v2 by [@lmas](https://togithub.com/lmas) in [https://github.com/oklog/ulid/pull/48](https://togithub.com/oklog/ulid/pull/48) - Continuous fuzzing by [@bookmoons](https://togithub.com/bookmoons) in [https://github.com/oklog/ulid/pull/55](https://togithub.com/oklog/ulid/pull/55) - Long-overdue tidying up by [@peterbourgon](https://togithub.com/peterbourgon) in [https://github.com/oklog/ulid/pull/61](https://togithub.com/oklog/ulid/pull/61) - Update Value docs re: zero-value behavior by [@peterbourgon](https://togithub.com/peterbourgon) in [https://github.com/oklog/ulid/pull/60](https://togithub.com/oklog/ulid/pull/60) - Fix max theorical date in the README by [@fancyweb](https://togithub.com/fancyweb) in [https://github.com/oklog/ulid/pull/65](https://togithub.com/oklog/ulid/pull/65) - Refer updated github link of `alizain/ulid` by [@kachick](https://togithub.com/kachick) in [https://github.com/oklog/ulid/pull/67](https://togithub.com/oklog/ulid/pull/67) - Fix timezone formatting in RFC 3339 output by [@scop](https://togithub.com/scop) in [https://github.com/oklog/ulid/pull/74](https://togithub.com/oklog/ulid/pull/74) - Linter fixes by [@scop](https://togithub.com/scop) in [https://github.com/oklog/ulid/pull/75](https://togithub.com/oklog/ulid/pull/75) - ulid: add DefaultEntropy() and Make() by [@tsenart](https://togithub.com/tsenart) in [https://github.com/oklog/ulid/pull/81](https://togithub.com/oklog/ulid/pull/81) #### New Contributors - [@sabify](https://togithub.com/sabify) made their first contribution in [https://github.com/oklog/ulid/pull/49](https://togithub.com/oklog/ulid/pull/49) - [@lmas](https://togithub.com/lmas) made their first contribution in [https://github.com/oklog/ulid/pull/48](https://togithub.com/oklog/ulid/pull/48) - [@bookmoons](https://togithub.com/bookmoons) made their first contribution in [https://github.com/oklog/ulid/pull/55](https://togithub.com/oklog/ulid/pull/55) - [@fancyweb](https://togithub.com/fancyweb) made their first contribution in [https://github.com/oklog/ulid/pull/65](https://togithub.com/oklog/ulid/pull/65) - [@kachick](https://togithub.com/kachick) made their first contribution in [https://github.com/oklog/ulid/pull/67](https://togithub.com/oklog/ulid/pull/67) - [@scop](https://togithub.com/scop) made their first contribution in [https://github.com/oklog/ulid/pull/74](https://togithub.com/oklog/ulid/pull/74) **Full Changelog**: https://github.com/oklog/ulid/compare/v2.0.2...v2.1.0 ### [`v2.0.2`](https://togithub.com/oklog/ulid/releases/tag/v2.0.2) [Compare Source](https://togithub.com/oklog/ulid/compare/v2.0.1...v2.0.2) 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`](https://togithub.com/oklog/ulid/releases/tag/v2.0.1) [Compare Source](https://togithub.com/oklog/ulid/compare/v2.0.0...v2.0.1) Identical to v2.0.0, but fixes a bug in the go.mod module path. ### [`v2.0.0`](https://togithub.com/oklog/ulid/releases/tag/v2.0.0) [Compare Source](https://togithub.com/oklog/ulid/compare/v1.3.1...v2.0.0) A new major version to go with support for Go modules. Also, improved support for safe monotonic readers.Configuration
📅 Schedule: Branch creation - "on monday and wednesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.