chore: update changelog

This commit is contained in:
kylo252 2022-01-13 12:58:50 +01:00
parent ba6e1e5bc9
commit 7125e2b2d8
2 changed files with 9 additions and 0 deletions

View file

@ -51,6 +51,7 @@ conventional_commits = true
filter_unconventional = true
# regex for parsing and grouping commits
commit_parsers = [
{ message = "(.*bump|.*Bump)", group = "<!-- 7 --> Miscellaneous Tasks", skip = true},
{ message = "^build", group = "<!-- 0 --> Packaging"},
{ message = "(^feat|^Feat|^\\[Feat)", group = "<!-- 1 --> Features"},
{ message = "(^bug|^Bug|^fix)", group = "<!-- 2 --> Bugfix"},

View file

@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
## [unreleased]
### <!-- 2 --> Bugfix
- _(installer)_ Usernames can contain @ symbol (#2167)
- _(which-key)_ The PR has been merged to the original repo (#2172)
- _(zsh)_ Don't set filetype to sh (#2035)
## [1.0.0]
### <!-- 1 --> Features