Skip to content

Releases: actforgood/xrand

v1.6.0

14 Feb 10:44
v1.6.0
82fe996

Choose a tag to compare

  • Upgraded min go version to 1.25

Full Changelog: v1.5.0...v1.6.0

v1.5.0

04 Jun 14:29
v1.5.0
26d6c6f

Choose a tag to compare

  • Upgraded min go version to 1.23 !
  • Upgraded linter from v1 to v2
  • Upgraded github actions to run for last 2 go versions
  • Re-adapted code for go math/rand/v2

Full Changelog: v1.4.0...v1.5.0

v1.4.0

26 Mar 09:27
v1.4.0
0736c80

Choose a tag to compare

Upgraded linter, github actions.

Full Changelog: v1.3.0...v1.4.0

v1.3.0

06 Nov 21:19
v1.3.0
96ecd75

Choose a tag to compare

What's Changed

  • Bump actions/checkout from 3 to 4 by @dependabot in #2
  • Upgraded github action go1.21
  • Utilized local random object instead of global rand package.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

20 Jun 21:06
v1.2.0
9ce0932

Choose a tag to compare

What's Changed

  • Bump actions/setup-go from 3 to 4 by @dependabot in #1
  • Upgraded linter, added github workflow go1.20

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

16 Sep 13:05

Choose a tag to compare

This release does not contain functionality changes.

  • Changed license copyright
  • Documentation enhancements.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

28 Aug 11:07

Choose a tag to compare

Initial release.

  • Initializes math/rand with a crypto seed
  • Random string generation function (optimized)
  • Jitter function for time.Durations