Compare commits

...

2 Commits

Author SHA1 Message Date
sudo pacman -Syu 6395ed6a8a chore: generic gitignore 2023-06-29 18:06:06 +07:00
sudo pacman -Syu 3616bd5012 chore(changelog): generate v1.19.0 2023-06-29 17:57:31 +07:00
2 changed files with 24 additions and 3 deletions

3
.gitignore vendored
View File

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

View File

@ -1,5 +1,29 @@
# 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