Releases: thegeeklab/wp-plugin-go
Releases · thegeeklab/wp-plugin-go
v1.1.0
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
v1.0.3 (2023-10-17)
CI Pipeline
- fix changelog generation for tag events (#27) (387b670)
v1.0.2
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
Changelog
v1.0.1 (2023-09-03)
Bug Fixes
- fix commit message split and add test (#22)
v1.0.0
Changelog
v1.0.0 (2023-09-02)
CI Pipeline
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
Changelog
v0.5.0 (2023-08-21)
Features
- add option to pass custom args to cli app (#19)
v0.4.0
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
Changelog
v0.3.1 (2023-08-17)
Bug Fixes
- use int for commit pull request (#16)
v0.3.0
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
Changelog
v0.2.1 (2023-08-16)
Bug Fixes
- set cli usage instead of description (#13)