update-go-mod/CHANGELOG.md

134 lines
2.6 KiB
Markdown
Raw Normal View History

2022-07-22 14:45:44 +00:00
# CHANGELOG
2022-10-10 03:04:19 +00:00
## v0.4.1 (2022-10-10)
### Others
- chore(deps): bump github.com/urfave/cli/v2 from 2.17.1 to 2.19.2 (2022-10-10)
- chore(deps): bump github.com/urfave/cli/v2 from 2.16.3 to 2.17.1 (2022-09-30)
- chore(changelog): generate v0.4.0 (2022-09-22)
2022-09-21 17:43:47 +00:00
## v0.4.0 (2022-09-22)
### Added
- feat: ignore main, indirect module using Module struct (2022-09-22)
### Others
- chore(deps): bump github.com/urfave/cli/v2 from 2.16.2 to 2.16.3 (2022-09-13)
- chore(deps): bump github.com/urfave/cli/v2 from 2.14.1 to 2.16.2 (2022-09-12)
- chore(deps): bump github.com/urfave/cli/v2 from 2.14.0 to 2.14.1 (2022-09-06)
- chore(deps): bump github.com/urfave/cli/v2 from 2.11.2 to 2.14.0 (2022-09-02)
- chore(changelog): generate v0.3.1 (2022-08-29)
2022-08-28 17:14:09 +00:00
## v0.3.1 (2022-08-29)
### Added
- feat: get main module using go list -m -json (2022-08-29)
### Others
- chore: update golangci-lint config (2022-08-29)
- chore(changelog): generate v0.3.0 (2022-08-24)
2022-08-24 16:05:13 +00:00
## v0.3.0 (2022-08-24)
### Added
- feat: ignore containing modules (2022-08-24)
- feat: ignore replace module (2022-08-24)
### Others
- chore: new line after a.log (2022-08-24)
- refactor: better read func (2022-08-24)
- chore: update typo (2022-08-24)
- Merge pull request #2 from haunt98/deps-comment (2022-08-24)
- chore: update github action (2022-08-16)
- chore(changelog): generate v0.2.2 (2022-08-16)
2022-08-16 03:51:50 +00:00
## v0.2.2 (2022-08-16)
### Fixed
- fix: remove default value of deps file (2022-08-16)
### Others
- chore: update github action (2022-08-16)
- Merge pull request #1 from haunt98/dependabot/go_modules/github.com/urfave/cli/v2-2.11.2 (2022-08-15)
- chore(changelog): generate v0.2.1 (2022-07-22)
2022-07-22 16:16:24 +00:00
## v0.2.1 (2022-07-22)
### Others
- chore: add install, guide in readme (2022-07-22)
- chore(changelog): generate v0.2.0 (2022-07-22)
2022-07-22 16:01:35 +00:00
## v0.2.0 (2022-07-22)
### Added
- feat: split depsURL and despFile (2022-07-22)
- feat: auto git commit (2022-07-22)
### Fixed
- fix: no need wrap git commit message in "" (2022-07-22)
### Others
- chore: add license MIT (2022-07-22)
- chore: update README (2022-07-22)
- chore: skip go mod if dry run (2022-07-22)
- refactor: split each run business (2022-07-22)
- chore: ignore auto commit when dry run (2022-07-22)
- chore(changelog): generate v0.1.1 (2022-07-22)
2022-07-22 14:48:29 +00:00
## v0.1.1 (2022-07-22)
### Others
- chore: missing goreleaser config (2022-07-22)
- chore(changelog): generate v0.1.0 (2022-07-22)
2022-07-22 14:45:44 +00:00
## v0.1.0 (2022-07-22)
### Added
- feat: support url deps (2022-07-22)
- feat: update go.mod (2022-07-22)
### Others
- chore: use github action (2022-07-22)
- chore: add Makefile (2022-07-22)