Skip to content

v4.0.0

Compare
Choose a tag to compare
@thegeeklab-bot thegeeklab-bot released this 11 Dec 09:25
· 9 commits to main since this release
3aa704b

v4.0.0 (2024-12-11)

Bug Fixes

  • deps: update module github.com/masterminds/semver/v3 to v3.3.1 (#115) (f9eee2f)
  • deps: update module golang.org/x/net to v0.32.0 (#120) (d2e1ac3)
  • deps: update module golang.org/x/sys to v0.28.0 (#118) (85ff1fb)
  • deps: update module github.com/stretchr/testify to v1.10.0 (#116) (cdb8c02)

Others

  • bump major and make tests more robust (3aa704b)
  • deps: update golang patch version to v1.23.4 (#121) (5c56aba)
  • deps: update dependency golangci/golangci-lint to v1.62.2 (#117) (eaa0aac)
  • deps: update dependency golangci/golangci-lint to v1.62.0 (#114) (e0e06ad)

BREAKING CHANGES

  • Due to an upstream change in Masterminds/semver versions like 22.04 are now invalid even when using with strict: false. Although this behavior is more correct, this change could lead to issues in some cases and require adjustments.