Releases: leonelquinteros/gorand
Releases · leonelquinteros/gorand
v1.0.2
v1.0.1
Insignificant code changes
v1.0.0
Version 1.0.0 breaks backwards compatibility with the v0.x branch. Introducing improved UUID generation and a new interface for ID() that now returns the raw [64]byte
value.
A string representation for the ID() response value can be obtained using hex.EncodeToString(idValue[:])
v0.1
Creating an initial release to introduce changes to the API and internals