From 7125e2b2d83db53e441de406445639bf1a49252d Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Thu, 13 Jan 2022 12:58:50 +0100 Subject: chore: update changelog --- .github/workflows/cliff.toml | 1 + CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/.github/workflows/cliff.toml b/.github/workflows/cliff.toml index 1496f752..88b77990 100644 --- a/.github/workflows/cliff.toml +++ b/.github/workflows/cliff.toml @@ -51,6 +51,7 @@ conventional_commits = true filter_unconventional = true # regex for parsing and grouping commits commit_parsers = [ + { message = "(.*bump|.*Bump)", group = " Miscellaneous Tasks", skip = true}, { message = "^build", group = " Packaging"}, { message = "(^feat|^Feat|^\\[Feat)", group = " Features"}, { message = "(^bug|^Bug|^fix)", group = " Bugfix"}, diff --git a/CHANGELOG.md b/CHANGELOG.md index 82a1f603..78769e1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [unreleased] + +### 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] ### Features -- cgit v1.2.3