Releases: thegeeklab/wp-plugin-go
Releases · thegeeklab/wp-plugin-go
v4.0.3
v4.0.2
v4.0.2 (2024-12-12)
This release only contains go.sum
cleanups and was tagged accidentally.
v4.0.1
v4.0.0
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 withstrict: false
. Although this behavior is more correct, this change could lead to issues in some cases and require adjustments.
v3.0.9
v3.0.8
v3.0.7
v3.0.6
v3.0.6 (2024-10-03)
Bug Fixes
- deps: update module golang.org/x/net to v0.29.0 (#102) (375ad0a)
- deps: update module github.com/masterminds/sprig/v3 to v3.3.0 (#100) (369b6b9)
- deps: update module github.com/masterminds/semver/v3 to v3.3.0 (#99) (946059f)
- deps: update module golang.org/x/sys to v0.24.0 (#94) (4673afe)
- deps: update module github.com/urfave/cli/v2 to v2.27.4 (#95) (0e1b747)
Others
- deps: minor version (#105) (e4f5b7c)
- deps: update dependency golangci/golangci-lint to v1.61.0 (ca0c57f)
- deps: update docker.io/library/golang docker tag to v1.23 (#96) (86dce1e)
- deps: update dependency golangci/golangci-lint to v1.60.3 (edc8045)
- deps: update golang devdeps non-major (9097ed8)
CI Pipeline
- fix notification step (0354ce7)