Skip to content

Releases: thegeeklab/wp-plugin-go

v3.0.7

08 Oct 06:24
0594da0
Compare
Choose a tag to compare

v3.0.7 (2024-10-06)

Bug Fixes

  • deps: update module golang.org/x/net to v0.30.0 (#107) (0594da0)

v3.0.6

03 Oct 15:13
e4f5b7c
Compare
Choose a tag to compare

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

v3.0.4

08 Jul 09:28
6f147bb
Compare
Choose a tag to compare

v3.0.4 (2024-07-07)

Bug Fixes

  • deps: update module golang.org/x/net to v0.27.0 (#90) (6f147bb)

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)