Skip to content

Releases: thegeeklab/wp-plugin-go

v1.1.0

05 Dec 09:10
01669b9
Compare
Choose a tag to compare

v1.1.0 (2023-12-05)

Features

  • add helper functions to generate semver tags from refs (#34) (f6a6872)

Bug Fixes

  • deps: update module golang.org/x/net to v0.19.0 (#32) (58c6aa5)
  • deps: update module github.com/masterminds/semver/v3 to v3.2.1 (#35) (b9c680d)
  • deps: update module github.com/urfave/cli/v2 to v2.26.0 (#33) (77e4b90)

Others

  • move tag helpers to tag package (#36) (01669b9)
  • deps: update dependency golangci/golangci-lint to v1.55.2 (c99a5f4)
  • deps: update dependency golangci/golangci-lint to v1.55.1 (d896795)
  • deps: update dependency golangci/golangci-lint to v1.55.0 (4ad4b40)

CI Pipeline

  • use gotestsum for better test output (#29) (f44e941)

v1.0.3

17 Oct 15:08
387b670
Compare
Choose a tag to compare

v1.0.3 (2023-10-17)

CI Pipeline

  • fix changelog generation for tag events (#27) (387b670)

v1.0.2

16 Oct 22:54
64fe4a8
Compare
Choose a tag to compare

v1.0.2 (2023-10-17)

Bug Fixes

  • deps: update module golang.org/x/net to v0.17.0 [security] (#25) (993cbd3)
  • deps: update module github.com/rs/zerolog to v1.31.0 (#24) (36651b4)

CI Pipeline

v1.0.1

03 Sep 20:02
6f5c8d5
Compare
Choose a tag to compare

Changelog

v1.0.1 (2023-09-03)

Bug Fixes

  • fix commit message split and add test (#22)

v1.0.0

02 Sep 19:10
1d057f0
Compare
Choose a tag to compare

Changelog

v1.0.0 (2023-09-02)

CI Pipeline

  • remove deps step

Features

  • expose commit title and description in addition to full message (#21)

Others

  • deps: update dependency golangci/golangci-lint to v1.54.2

v0.5.0

21 Aug 09:09
18cbf21
Compare
Choose a tag to compare

Changelog

v0.5.0 (2023-08-21)

Features

  • add option to pass custom args to cli app (#19)

v0.4.0

19 Aug 13:33
535fbe4
Compare
Choose a tag to compare

Changelog

v0.4.0 (2023-08-19)

Features

  • add custom cli types for string maps (#18)

BREAKING CHANGE

The existing type StringSliceFlag was moved to the new types package.

v0.3.1

17 Aug 10:19
893f41d
Compare
Choose a tag to compare

Changelog

v0.3.1 (2023-08-17)

Bug Fixes

  • use int for commit pull request (#16)

v0.3.0

16 Aug 13:11
19652bf
Compare
Choose a tag to compare

Changelog

v0.3.0 (2023-08-16)

Bug Fixes

  • fix env vars to fetch metadata urls (#14)

Features

  • add missing metadata (#15)

v0.2.1

15 Aug 22:28
87ca9df
Compare
Choose a tag to compare

Changelog

v0.2.1 (2023-08-16)

Bug Fixes

  • set cli usage instead of description (#13)