2.9.0 - 2025-06-02
⛰️ Features
- (changelog) Support recursing into submodules (#1082) - (4a3c0c0)
- (config) Support configuring with a remote URL (#1083) - (eb9b6bd)
- (config) Add
require_conventional
option (#1061) - (bf50336) - (context) Add release commit range (#1138) - (3dab0d1)
- (git) Support disabling sorting commits topologically (#804) (#1121) - (c3e25c3)
- (remote) Fetch commits from non-default branches using remotes (#1086) - (aec41be)
🐛 Bug Fixes
- (bump) Check the next version against tag_pattern regex (#1070) - (c4f0d28)
- (bump) Accept lowercase values for bump_type config (#1101) - (77632b2)
- (deps) Make glob dependency mandatory (#1035) - (0f653bf)
- (fixtures) Evaluate the rc of git-cliff correctly (#1104) - (fa54a6a)
- (fixtures) Use the correct syntax while checking fixture results (#1099) - (51af66e)
- (git) Handle worktrees while retrieving the path of repository (#1054) - (fab02b0)
- (remote) Fix detection of GitLab merge request sha if commits were squashed (#1043) - (5f3a3d0)
- (submodules) Fix submodules handling when using custom range (#1136) - (451a694)
- (template) Correctly serialize JSON for the commit fields (#1145) - (e981e1d)
🚜 Refactor
- (config) Initialize config structs with default values (#1090) - (9e4bd07)
- (lint) Apply clippy suggestions - (4d3b2d5)
- (lint) Use IOError::other (#1074) - (30e8193)
📚 Documentation
- (config) Fix typo on commit.links (#1132) - (cbeca6d)
- (config) Update comments for all configuration options (#1057) - (63129ce)
- (quickstart) Clarify git-cliff command (#1051) - (cd26bb2)
- (readme) Add blog posts from the community (#1102) - (f302e43)
- (release) Fix Docker Hub URL - (9babe06)
- (security) Extend security policy (#1142) - (4c3c946)
- (website) Add highlights for 2.9.0 (#1153) - (d7f9cf5)
- (website) Remove references of tj-actions (#1097) - (729aa47)
⚙️ Miscellaneous Tasks
- (dependabot) Make dependency updates less noisy - (cdce20f)
- (dependabot) Check dependency updates weekly - (b8be055)
- (docs) Fix some typos (#1149) - (7148b2d)
- (project) Migrate to Rust 2024 edition (#1128) - (4445f06)
New Contributors ❤️
- @vardbabayan made their first contribution in #1149
- @ognis1205 made their first contribution in #1145
- @janderssonse made their first contribution in #1142
- @jdrst made their first contribution in #1138
- @lehmanju made their first contribution in #1136
- @Jean-Beru made their first contribution in #1132
- @william-stacken made their first contribution in #1086
- @SebClapie made their first contribution in #1121
- @okydk made their first contribution in #1051