Releases: TomTonic/rtcompare
Releases · TomTonic/rtcompare
v0.5.2
What's Changed
- ci-upd: bump actions/setup-go from 6.2.0 to 6.3.0 by @dependabot[bot] in #54
- ci-upd: bump step-security/harden-runner from 2.14.2 to 2.15.0 by @dependabot[bot] in #55
- Configure Renovate by @renovate[bot] in #53
- Update step-security/harden-runner action to v2.15.1 by @renovate[bot] in #58
- Update dependency golangci/golangci-lint to v2.11.3 by @renovate[bot] in #59
- Update module golang.org/x/sys to v0.42.0 by @renovate[bot] in #60
- Update vladopajic/go-test-coverage action to v2.18.4 by @renovate[bot] in #61
- Update step-security/harden-runner action to v2.16.0 by @renovate[bot] in #62
- Update dependency golangci/golangci-lint to v2.11.4 by @renovate[bot] in #65
- Update step-security/harden-runner action to v2.16.1 by @renovate[bot] in #68
- ci-upd: bump actions/setup-go from 6.3.0 to 6.4.0 by @dependabot[bot] in #67
- Update module golang.org/x/sys to v0.43.0 by @renovate[bot] in #69
- Update dependency golangci/golangci-lint to v2.12.2 by @renovate[bot] in #76
- Update step-security/harden-runner action to v2.19.1 by @renovate[bot] in #71
- Update vladopajic/go-test-coverage action to v2.18.8 by @renovate[bot] in #74
- Update step-security/harden-runner action to v2.19.3 by @renovate[bot] in #81
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- deps-upd: bump golang.org/x/sys
- ci-updates
- Added software supply chain security scan badge for latest release
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Add the possibility to set the output scrambler of the DPRNG to change the sequence of generated random values (a permutation, the period of the sequence is not affected). @TomTonic in #31
- Update Go to 1.25.5
- ci-upd: bump vladopajic/go-test-coverage from 2.18.2 to 2.18.3 by @dependabot[bot] in #30
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.0
What's Changed
- Rename CompareRuntimes() to CompareSamples() and rename parameters to better reflect actual functionality. Improved API documentation and README to reflect the broarder scope. The old function name CompareRuntimes is still available but it is deprecated now. by @TomTonic in #11
- deps-upd: bump golang.org/x/sys from 0.37.0 to 0.38.0 by @dependabot[bot] in #8
- ci-upd: Update golangci/golangci-lint-action action to v9 by @renovate[bot] in #16
- ci-upd: Update vladopajic/go-test-coverage action to v2.18.0 by @renovate[bot] in #15
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Add BootstrapConfidence function
- Add UInt32N function
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
- Improve API doc
- Improve API robustness
- Implement code quality measures
Full Changelog: v0.1.1...v0.1.2
v0.1.1
- Added initializer for DPRNG's
- Added GitHub Actions for automated tests and coverage measurements
Full Changelog: v0.1.0...v0.1.1
Initial release
v0.1.0 Improve project description