Skip to content

v0.74.0

Compare
Choose a tag to compare
@ldemailly ldemailly released this 20 Sep 22:29
· 28 commits to main since this release
ab2ebd3

Big change: registers for loop integer variables and for function parameters - the later means you can't change an int to a float or other type so might require grol script changes.

What's Changed

  • Added Register (for int64) type. by @ldemailly in #240

  • Updates for golangci-lint v1.61.0 (some gosec improvements) by @ldemailly in #239

  • Bump fortio.org/safecast from 0.1.1 to 1.0.0 in the fortio group by @dependabot in #241

  • Bump fortio.org/terminal from 0.9.1 to 0.9.2 in the fortio group by @dependabot in #242

Full Changelog: v0.73.0...v0.74.0

Changelog

  • ab2ebd3 Added Register (for int64) type. (#240)
  • d4bfaf9 Bump fortio.org/safecast from 0.1.1 to 1.0.0 in the fortio group (#241)
  • 1cb0491 Bump fortio.org/terminal from 0.9.1 to 0.9.2 in the fortio group (#242)
  • 2bb2aa3 Updates for golangci-lint v1.61.0 (some gosec improvements) (#239)