Releases: thegeeklab/wp-plugin-go
Releases · thegeeklab/wp-plugin-go
v3.0.3
v3.0.3 (2024-06-10)
Bug Fixes
- deps: update module golang.org/x/net to v0.26.0 (#87) (5fa7e30)
- deps: update module github.com/rs/zerolog to v1.33.0 (#84) (ec3b326)
Others
- deps: update dependency golangci/golangci-lint to v1.59.1 (9c5a9a6)
- deps: update dependency golangci/golangci-lint to v1.59.0 (07d2958)
- deps: update dependency golangci/golangci-lint to v1.58.2 (dfbeaf9)
v3.0.2
v3.0.2 (2024-05-17)
Bug Fixes
- dont handle LookPath in Command wrapper (e5e67d4)
v3.0.1
v3.0.1 (2024-05-17)
Bug Fixes
- dont set stdout and stderr by default (119641f)
v3.0.0
v3.0.0 (2024-05-17)
Code Refactoring
Others
- deps: update dependency golangci/golangci-lint to v1.58.1 (e2bc944)
CI Pipeline
- fix golangci-lint deprecations (085ee0d)
BREAKING CHANGES
types.Cmd
was moved to exec.Cmd
and the Private
field from the struct was removed. The filed Trace
is now a bool field instead of a bool pointer, and the helper method SetTrace
was also removed.
v2.3.1
v2.3.1 (2024-05-07)
Bug Fixes
- fix global logger setup (#80) (5e6b213)
- deps: update module golang.org/x/net to v0.25.0 (#79) (5ca8c9a)
v2.3.0
v2.3.0 (2024-05-06)
Features
- add GetUserHomeDir and WriteTmpFile (#78) (df36058)
Others
- deps: update dependency golangci/golangci-lint to v1.58.0 (c48fbf9)
v2.2.0
v2.2.0 (2024-05-05)
Features
- add new helper function IsDirEmpty (#75) (211b38e)
- overwrite Cmd.Run to set defaults (#74) (830d37f)
Bug Fixes
- fix IsDirEmpty and add tests (#76) (d2c3493)
- deps: update module golang.org/x/sys to v0.20.0 (#73) (3cb24ef)
v2.1.0
v2.1.0 (2024-05-05)
Features
v2.0.1
v2.0.1 (2024-05-04)
Bug Fixes
v2.0.0
v2.0.0 (2024-05-04)
Bug Fixes
- rename SkipVerify to InsecureSkipVerify (#69) (f381a5e)
BREAKING CHANGES
- The struct field
Network.SkipVerify
was renamed to Network.InsecureSkipVerify
.