Compare commits

..

No commits in common. "6395ed6a8a355d095d10ae0ce47fd3f978a6e347" and "1767791716b5148c97e756f8e8ba76bc583b172f" have entirely different histories.

2 changed files with 3 additions and 24 deletions

3
.gitignore vendored
View File

@ -16,3 +16,6 @@ vendor
# GoReleaser
dist
# Binary
changeloguru-dev

View File

@ -1,29 +1,5 @@
# CHANGELOG
## v1.19.0 (2023-06-29)
### Added
- feat: hide interactive from when ask (2023-06-29)
- feat: interactive ignore from (2023-06-29)
### Others
- chore: only use link, remove image (2023-06-29)
- chore: bump year (2023-06-29)
- chore: improve golangci-lint (2023-06-29)
- build(deps): bump github.com/urfave/cli/v2 from 2.25.6 to 2.25.7 (2023-06-19)
- build(deps): bump golang.org/x/mod from 0.10.0 to 0.11.0 (2023-06-15)
- build(deps): bump github.com/urfave/cli/v2 from 2.25.5 to 2.25.6 (2023-06-13)
- chore(changelog): generate v1.18.3 (2023-06-10)
## v1.18.3 (2023-06-10)
### Others