Skip to content

v1.28.0

Compare
Choose a tag to compare
@benhoyt benhoyt released this 14 Sep 05:23
· 3 commits to master since this release

NOTE: The original binaries were for the v1.28.0 tag, but had the old v1.27.0 version number in the file names (and in the goawk -version output). I've uploaded corrected v1.28.0 binaries here, but there's also a new v1.28.1 patch release with this fixed.

What's Changed

  • Fix evaluation of empty {} and END{} by @benhoyt in #230
  • fix: close file in Cover.WriteProfile by @testwill in #232
  • Fix number formatting on non-64bit architectures by @guilherme-puida in #235
  • Make printf %c work on Unicode codepoints by @oliverkwebb in #236
  • Improve error message when missing -H or in BEGIN by @benhoyt in #239
  • Add printf %i, %a, %A; Fix %o, %x, %X (they should be unsigned) by @benhoyt in #240
  • Make srand() use unix time in seconds, and set seed for next srand() by @benhoyt in #241
  • Bump up minimum supported Go version to 1.18, and test on 1.23 by @benhoyt in 7f49055

New Contributors

Full Changelog: v1.27.0...v1.28.0