Releases: thegeeklab/wp-plugin-go
Releases · thegeeklab/wp-plugin-go
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)
v0.2.0
Changelog
v0.2.0 (2023-08-15)
Features
- add network struct to expose http client and options (#12)