license/CHANGELOG.md

1.6 KiB

CHANGELOG

v0.5.0 (2021-12-02)

Others

  • chore: add goreleaser (2021-12-02)

  • chore: bump github action (2021-12-02)

  • chore: update go.mod with go 1.17 (2021-12-02)

  • build: update go.mod (2021-05-06)

  • chore(changelog): generate v0.4.0 (2021-04-17)

v0.4.0 (2021-04-17)

Added

  • feat: using my own color pkg (2021-04-17)

  • feat: using ioe.ReadInput to replace readStdin (2021-04-17)

Others

  • chore(readme): update usage (2021-04-17)

  • refactor: split generate command and help default (2021-04-17)

  • refactor: move usage, aliases to outside var (2021-04-17)

  • chore: update gitignore (2021-04-17)

  • chore: update go on github action (2021-04-17)

  • chore(changelog): generate v0.3.0 (2021-03-17)

v0.3.0 (2021-3-17)

Added

  • feat: use os.WriteFile instead of ioutil.WriteFile

Others

  • chore(changelog): generate v0.2.0

v0.2.0 (2021-3-16)

Added

  • feat: always use upper string for license name

  • feat: use go:embed to include mit template

Others

  • refactor: read license from input

  • chore: add comment for stdin

  • build: bump go 1.16 in go.mod

  • chore(changelog): generate changelog with v0.1.0

v0.1.0 (2021-3-16)

Added

  • feat: add outputFlag

  • feat: add generate license

  • feat: skeleton cli app

Others

  • chore(readme): add pkg.go.dev badge

  • chore: add guide to install with go 1.16

  • chore: bump go 1.16 in github action

  • chore(readme): add github action badges

  • chore: add github action for golang

  • chore: add README

  • chore: ignore node

  • chore: add MIT LICENSE

  • chore(templates): add MIT

  • chore: init go.mod

  • chore: init with gitignore