Skip to content

Releases: thegeeklab/wp-plugin-go

v3.0.3

12 Jun 18:32
Compare
Choose a tag to compare

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

17 May 09:14
e5e67d4
Compare
Choose a tag to compare

v3.0.2 (2024-05-17)

Bug Fixes

  • dont handle LookPath in Command wrapper (e5e67d4)

v3.0.1

17 May 08:40
119641f
Compare
Choose a tag to compare

v3.0.1 (2024-05-17)

Bug Fixes

  • dont set stdout and stderr by default (119641f)

v3.0.0

17 May 08:12
23eca50
Compare
Choose a tag to compare

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

07 May 08:13
5e6b213
Compare
Choose a tag to compare

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

06 May 12:30
df36058
Compare
Choose a tag to compare

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

05 May 15:13
d2c3493
Compare
Choose a tag to compare

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

05 May 12:58
25469eb
Compare
Choose a tag to compare

v2.1.0 (2024-05-05)

Features

v2.0.1

04 May 13:53
8ad9118
Compare
Choose a tag to compare

v2.0.1 (2024-05-04)

Bug Fixes

v2.0.0

04 May 12:16
fc21024
Compare
Choose a tag to compare

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.