Skip to content

Latest commit

 

History

History
142 lines (104 loc) · 3.95 KB

CHANGELOG.md

File metadata and controls

142 lines (104 loc) · 3.95 KB

v1.3.0 - 2024-01-11

Chore

  • ci: bump go version and all CI actions (#28)
  • deps: update actions/checkout action to v3 (#16)
  • deps: update actions/setup-go action to v3 (#17)
  • deps: update golangci/golangci-lint-action action to v3 (#18)

v1.2.0 - 2021-04-30

Chore

  • update changelog for v1.2.0

Features

  • options: add support for Hidden help message for install-manpage command

v1.1.2 - 2021-04-05

Bug Fixes

  • deps: update module github.com/clok/kemba to v1.1.1 (#13)

Chore

  • update changelog for v1.1.2

v1.1.1 - 2021-04-05

Chore

  • update changelog for v1.1.1

Ci

  • add makefile and go releaser

v1.1.0 - 2021-03-15

Bug Fixes

  • deps: update module github.com/clok/kemba to v1 (#12)

Chore

  • ci: port to using golangci-lint github action
  • go.mod: bump to go 1.16

Features

  • release: v1.1.0

v1.0.0 - 2021-03-03

Chore

  • deps: update module stretchr/testify to v1.7.0 (#10)
  • github actions: add go proxy warming
  • renovate: add extension for group:allNonMajor
  • renovate: add gomodTidy option

Features

  • release: v1.0.0

v0.2.3 - 2020-12-29

Chore

  • cli: port deprecated method cli.NewExitError to cli.Exit
  • deps: update jandelgado/gcov2lcov-action action to v1.0.8 (#9)
  • deps: update module urfave/cli/v2 to v2.3.0 (#8)
  • deps: update coverallsapp/github-action action to v1.1.2 (#4)
  • deps: update jandelgado/gcov2lcov-action action to v1.0.7 (#5)
  • deps: update actions/checkout action to v2 (#6)
  • deps: update actions/setup-go action to v2 (#7)
  • deps: update module clok/kemba to v0.7.1 (#3)

Features

  • release: v0.2.3

v0.2.2 - 2020-08-21

Chore

  • deps: clean up go.sum
  • renovate: update config
  • renovate: add config file

Features

  • release: v0.2.2

v0.2.1 - 2020-08-13

Chore

  • docs: updated README and example

Features

  • release: v0.2.1

v0.2.0 - 2020-08-13

Features

  • added InstallManpageCommand to provide cli command
  • release: v0.2.0

v0.1.1 - 2020-08-12

Bug Fixes

  • do not export template variable

Features

  • release: v0.1.1

v0.1.0 - 2020-08-12

Chore

  • add Example and clean up code

Features

  • initial rollout
  • release: v0.1.0

Initial

  • commit