Skip to content

Version 1.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Aug 23:59
· 110 commits to main since this release
v1.2.1
3a3d6be

Changed

  • Dropped support for Go v1.19, which reached end-of-life on 2023-08-08
  • Removed use of the slices and maps packages from golang.org/x/exp. These package are not versioned and as such breaking changes can cause conflicts with other dependencies. The experimental constraints package is still used, with the expectation that these will always remain valid for use as type parameter constraints.