license/CHANGELOG.md

146 lines
2.7 KiB
Markdown
Raw Normal View History

# CHANGELOG
2022-08-16 07:35:17 +00:00
## 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)
2021-12-02 07:16:19 +00:00
## 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)
2021-04-16 17:46:22 +00:00
## 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)
2021-03-17 04:25:05 +00:00
## v0.3.0 (2021-3-17)
### Added
- feat: use os.WriteFile instead of ioutil.WriteFile
### Others
- chore(changelog): generate v0.2.0
2021-03-16 10:16:45 +00:00
## 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