# CHANGELOG ## v0.7.1 (2023-07-16) ### Others - build(deps): bump github.com/urfave/cli/v2 from 2.25.6 to 2.25.7 (2023-06-19) - build(deps): bump github.com/urfave/cli/v2 from 2.25.5 to 2.25.6 (2023-06-13) - build(deps): bump github.com/urfave/cli/v2 from 2.25.4 to 2.25.5 (2023-05-30) - build(deps): bump github.com/urfave/cli/v2 from 2.25.3 to 2.25.4 (2023-05-29) - build(deps): bump github.com/urfave/cli/v2 from 2.25.1 to 2.25.3 (2023-05-01) - build(deps): bump github.com/urfave/cli/v2 from 2.25.0 to 2.25.1 (2023-03-28) - build(deps): bump golang.org/x/sys (2023-03-07) - build(deps): bump github.com/urfave/cli/v2 from 2.24.4 to 2.25.0 (2023-03-06) - build(deps): bump github.com/urfave/cli/v2 from 2.24.3 to 2.24.4 (2023-02-16) - build(deps): bump github.com/urfave/cli/v2 from 2.24.2 to 2.24.3 (2023-02-03) - build(deps): bump github.com/urfave/cli/v2 from 2.24.1 to 2.24.2 (2023-01-30) - build(deps): bump github.com/urfave/cli/v2 from 2.23.7 to 2.24.1 (2023-01-23) - build(deps): bump github.com/urfave/cli/v2 from 2.23.6 to 2.23.7 (2022-12-12) - build(deps): bump github.com/urfave/cli/v2 from 2.23.5 to 2.23.6 (2022-12-06) - build(deps): bump github.com/urfave/cli/v2 from 2.23.4 to 2.23.5 (2022-11-09) - build(deps): bump github.com/urfave/cli/v2 from 2.23.0 to 2.23.4 (2022-11-08) - chore(changelog): generate v0.7.0 (2022-11-01) ## v0.7.0 (2022-11-01) ### Added - feat: support apache license 2.0 (2022-11-01) ### Others - chore: add comment (2022-11-01) - chore: update golangci-lint config (2022-11-01) - build(deps): bump github.com/urfave/cli/v2 from 2.20.3 to 2.23.0 (2022-10-31) - build(deps): bump github.com/urfave/cli/v2 from 2.20.2 to 2.20.3 (2022-10-24) - build(deps): bump github.com/urfave/cli/v2 from 2.19.2 to 2.20.2 (2022-10-17) - build(deps): bump github.com/urfave/cli/v2 from 2.17.1 to 2.19.2 (2022-10-10) - build(deps): bump github.com/urfave/cli/v2 from 2.16.3 to 2.17.1 (2022-09-29) - build(deps): bump github.com/urfave/cli/v2 from 2.15.0 to 2.16.3 (2022-09-12) - build(deps): bump github.com/urfave/cli/v2 from 2.14.1 to 2.15.0 (2022-09-09) - build(deps): bump github.com/urfave/cli/v2 from 2.14.0 to 2.14.1 (2022-09-05) - build(deps): bump github.com/urfave/cli/v2 from 2.11.2 to 2.14.0 (2022-09-01) - chore(changelog): generate v0.6.0 (2022-08-16) ## v0.6.0 (2022-08-16) ### Added - feat: show currently support (2022-08-16) - feat: use template output filename (2022-08-16) - feat: support gnu gplv3 (2022-08-16) ### Others - chore: fix lint (2022-08-16) - chore: update license (2022-08-16) - chore: clean up aliases (2022-08-16) - chore: update README (2022-08-16) - chore: add Makefile (2022-08-16) - refactor: outputFilename -> licenseFilename (2022-08-16) - chore: add template GNU GPLv3 (2022-08-16) - chore: update golangci config (2022-08-16) - chore: fix lint (2022-08-16) - chore: update github action with new goreleaser config (2022-08-16) - refactor: use prefixName and prefixUsage (2022-08-16) - build(deps): bump github.com/urfave/cli/v2 from 2.11.1 to 2.11.2 (2022-08-15) - Merge pull request #2 from haunt98/dependabot/go_modules/github.com/urfave/cli/v2-2.11.1 (2022-07-22) - Merge pull request #3 from haunt98/dependabot/go_modules/github.com/make-go-great/color-go-0.4.1 (2022-07-22) - chore: add dependabot (2022-07-22) - chore: update README badge (2021-12-02) - chore(changelog): generate v0.5.0 (2021-12-02) ## 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