Releases: nats-io/nkeys
Releases · nats-io/nkeys
Release v0.3.0
Release v0.2.0
Release v0.1.4
Release v0.1.3
Changelog
This release has no code change but is done to solve the issue with the tag v0.1.2.
Fixed
- Issue with moved v0.1.2 tag (#21)
Complete Changes
v0.1.2
Release v0.1.2
Important
If you experience the following issue with a project that has nkeys v0.1.2 in go.mod:
go: downloading github.com/nats-io/nkeys v0.1.2
verifying github.com/nats-io/[email protected]: checksum mismatch
downloaded: h1:6JJydNSjt/lqhfM+ngyaLk9Wa/d3UW/YyEqj8OrDV4w=
go.sum: h1:kWUa9fUdAOW426qaAD1V4+suF4On2eTr2n/FE/XSGpg=
It could be due to the fact that for a very short period after the v0.1.2 tag was created, we fixed an issue and the tag was replaced. If you have the issue mentioned above, clear the nkeys entry in your go.sum
and try again, this should work.
We apologize for the inconvenience.