chore(deps): update dependency orhun/git-cliff to v2.12.0 #13

Merged
renovatebot merged 1 commit from renovate/orhun-git-cliff-2.x into main 2026-03-29 14:03:52 +02:00
Collaborator

This PR contains the following updates:

Package Update Change
orhun/git-cliff minor 2.7.02.12.0

Release Notes

orhun/git-cliff (orhun/git-cliff)

v2.12.0

Compare Source

animation

2.12.0 - 2026-01-20

⛰️ Features
🐛 Bug Fixes
  • (config) Respect the changelog.output configuration (#​1349) - (cfcc5ae)
  • (logging) Revert the noisy warn log level to trace (#​1353) - (eb99e41)
  • (remote) Avoid false first-time contributors when tag timestamp missing (#​1348) - (de7cf02)
  • (remote) Remove reqwest::Response::error_for_status (#​1336) - (081ba68)
📚 Documentation
⚙️ Miscellaneous Tasks

New Contributors ❤️

v2.11.0

Compare Source

animation

2.11.0 - 2025-12-14

⛰️ Features
🐛 Bug Fixes
  • (args) Set the include-path if workdir is set (#​1293) - (50b8312)
  • (bump) Write bumped version to stdout even when output config is set (#​1307) - (314ff57)
  • (remote) Use optional default branch for GitLab (#​1305) - (d3cb938)
  • (repo) Always discover repositories - (b4db79f)
  • (workdir) Use the correct glob value for include-path - (0fbc625)
🚜 Refactor
📚 Documentation
🎨 Styling
  • (args) Group remote-related CLI arguments under REMOTE OPTIONS heading (#​1271) - (0b6af12)
⚙️ Miscellaneous Tasks

New Contributors ❤️

v2.10.1

Compare Source

⛰️ Features
🐛 Bug Fixes
  • (args) Set the include-path if workdir is set (#​1293) - (50b8312)
  • (bump) Write bumped version to stdout even when output config is set (#​1307) - (314ff57)
  • (remote) Use optional default branch for GitLab (#​1305) - (d3cb938)
  • (repo) Always discover repositories - (b4db79f)
  • (workdir) Use the correct glob value for include-path - (0fbc625)
🚜 Refactor
📚 Documentation
🎨 Styling
  • (args) Group remote-related CLI arguments under REMOTE OPTIONS heading (#​1271) - (0b6af12)
⚙️ Miscellaneous Tasks

v2.10.0

Compare Source

animation

2.10.0 - 2025-07-27

⛰️ Features
  • (config) Support using include and exclude paths in the config (#​1173) - (7c2f922)
  • (parser) Support regex matching on JSON arrays with scalar elements (#​1163) - (dc458ea)
  • (template) Support adding commit statistics to the changelog (#​1151) - (05a50d7)
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
🎨 Styling
🧪 Testing
  • (fixture) Add test fixture for overriding the conventional scope (#​1166) - (cb84a08)
⚙️ Miscellaneous Tasks
  • (build) Bump MSRV to 1.85.1 - (d8279d4)
  • (cd) Use macos-15 runner - (c156fc5)
  • (cd) Re-enable sccache for maturin - (871c3c9)
  • (crate) Remove Rust nightly requirement - (4f3e5af)
  • (fixture) Update test-regex-json-array fixture (#​1178) - (95f4056)
  • (format) Format module imports for readability (#​1183) - (6db7d49)
  • (git) Add .git-blame-ignore-revs - (5b64131)
  • (npm) Bump git-cliff to 2.9.1 (#​1156) - (e13b158)
  • (website) Update the node version - (566c2a1)

New Contributors ❤️

v2.9.1

Compare Source

animation

2.9.1 - 2025-06-03

🐛 Bug Fixes
  • (cd) Upgrade bump-homebrew-formula-action to fix import error - (2da982f)
  • (cd) Disable sccache for maturin - (f0a2dc6)

v2.9.0

Compare Source

animation

2.9.0 - 2025-06-02

⛰️ Features
🐛 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
📚 Documentation
⚙️ 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 ❤️

v2.8.0

Compare Source

animation

2.8.0 - 2025-01-24

⛰️ Features
  • (cli) Support initializing config with a custom filename (#​992) - (76bf9cf)
  • (config) Discover the configuration file when run in a sub directory - (a23eeb4)
  • (git) Improve the set commit range error (#​990) - (f29e815)
  • (monorepo) Automatically set include-path for current directory - (ceda1f7)
  • (remote) Support enabling native TLS (#​1021) - (fe7c464)
  • (repo) Allow running from sub directories (#​975) - (98453b3)
🐛 Bug Fixes
  • (config) Allow environment overwrites when using builtin config (#​961) - (7ba3b55)
  • (docker) Use the correct Debian runner - (36ad993)
  • (fixtures) Update the arguments for custom GitLab API fixture test - (e522f8d)
  • (monorepo) Do not set include-path if workdir is set (#​1022) - (20483be)
  • (remote) Fix detection of GitLab merge request sha (#​968) - (1297655)
🚜 Refactor
  • (lib) Add changelog modifier callback to run function (#​922) - (2321882)
  • (lint) Use a shared lint config for the workspace - (bfc1d4f)
  • (lint) Apply clippy suggestions - (299a1c7)
📚 Documentation
  • (docker) Fix typo in comment (#​959) - (dbda091)
  • (highlights) Add link to the Nix flake - (c449229)
  • (jujutsu) Update links to the upstream documentation - (ed6b646)
  • (lib) Allow doc lint - (62a6d3e)
  • (license) Update copyright years - (8178c9b)
  • (tips) Extend the merge commit filter example (#​963) - (09c0f90)
  • (website) Add highlights for 2.8.0 (#​1023) - (32dc15e)
🧪 Testing
  • (fixture) Add fixture for include-path - (e85888f)
⚙️ Miscellaneous Tasks
  • (build) Bump MSRV to 1.83.0 - (37598c2)
  • (docker) Bump the Rust version in Docker image - (729f433)
  • (funding) Add wellKnown directory - (8704518)
  • (lint) Allow false positive lint - (1b779a6)
  • (nix) Update flakes - (22fbe9d)

New Contributors ❤️


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [orhun/git-cliff](https://github.com/orhun/git-cliff) | minor | `2.7.0` → `2.12.0` | --- ### Release Notes <details> <summary>orhun/git-cliff (orhun/git-cliff)</summary> ### [`v2.12.0`](https://github.com/orhun/git-cliff/releases/tag/v2.12.0) [Compare Source](https://github.com/orhun/git-cliff/compare/v2.11.0...v2.12.0) [![animation](https://raw.githubusercontent.com/orhun/git-cliff/main/website/static/img/git-cliff-anim.gif)](https://git-cliff.org) #### [2.12.0](https://github.com/orhun/git-cliff/compare/v2.11.0..v2.12.0) - 2026-01-20 ##### ⛰️ Features - *(args)* Add offline flag ([#&#8203;1321](https://github.com/orhun/git-cliff/issues/1321)) - ([f19f1cd](https://github.com/orhun/git-cliff/commit/f19f1cdf661d9a8176549c1608290448ebabd7c4)) - *(args)* Add `--skip-tags` cli argument ([#&#8203;1334](https://github.com/orhun/git-cliff/issues/1334)) - ([32cf8c5](https://github.com/orhun/git-cliff/commit/32cf8c508cdf21a2fa6a1151ef2a51db81a8c739)) - *(logging)* Implement commit processing summary ([#&#8203;1355](https://github.com/orhun/git-cliff/issues/1355)) - ([aa01a09](https://github.com/orhun/git-cliff/commit/aa01a09de21a737d5715a0fcf34504d036cdb53b)) ##### 🐛 Bug Fixes - *(config)* Respect the changelog.output configuration ([#&#8203;1349](https://github.com/orhun/git-cliff/issues/1349)) - ([cfcc5ae](https://github.com/orhun/git-cliff/commit/cfcc5ae1c2c3bbb125cae27186649aaaeb32eb10)) - *(logging)* Revert the noisy warn log level to trace ([#&#8203;1353](https://github.com/orhun/git-cliff/issues/1353)) - ([eb99e41](https://github.com/orhun/git-cliff/commit/eb99e41191483d9cb285b7e9c4aa5f7695615143)) - *(remote)* Avoid false first-time contributors when tag timestamp missing ([#&#8203;1348](https://github.com/orhun/git-cliff/issues/1348)) - ([de7cf02](https://github.com/orhun/git-cliff/commit/de7cf022e9d33a8ecdaf44fe56445a9d02fc1f1a)) - *(remote)* Remove reqwest::Response::error\_for\_status ([#&#8203;1336](https://github.com/orhun/git-cliff/issues/1336)) - ([081ba68](https://github.com/orhun/git-cliff/commit/081ba68753d388d5d6369da4460fe56060d7b359)) ##### 📚 Documentation - *(contributing)* Clarify Rust toolchain requirements ([#&#8203;1344](https://github.com/orhun/git-cliff/issues/1344)) - ([97b0322](https://github.com/orhun/git-cliff/commit/97b0322210ceaaaf12c96ab2ae63646a4d844f1c)) - *(install)* Add mise alternative method installation ([#&#8203;1320](https://github.com/orhun/git-cliff/issues/1320)) - ([34b8d30](https://github.com/orhun/git-cliff/commit/34b8d30988ee486ff3e2462301f75488ab6dcfb7)) - *(website)* Add highlights for 2.12.0 ([#&#8203;1356](https://github.com/orhun/git-cliff/issues/1356)) - ([0228f43](https://github.com/orhun/git-cliff/commit/0228f438ec41614e53611928ade7d7a971211522)) ##### ⚙️ Miscellaneous Tasks - *(azure\_devops)* \[**breaking**] Rename azureDevops variable to azure\_devops ([#&#8203;1319](https://github.com/orhun/git-cliff/issues/1319)) - ([5d955c1](https://github.com/orhun/git-cliff/commit/5d955c1e5addc76a12ead7e4cc0fe08eabeeea2c)) - *(ci)* Fix codecov action inputs and skip upload for dependabot PRs ([#&#8203;1343](https://github.com/orhun/git-cliff/issues/1343)) - ([d7a47bb](https://github.com/orhun/git-cliff/commit/d7a47bb03ed794a9f8701f801600e06d8dbde834)) - *(clippy)* Fix pedantic lints ([#&#8203;1346](https://github.com/orhun/git-cliff/issues/1346)) - ([0260b0a](https://github.com/orhun/git-cliff/commit/0260b0a7ca4ea9281f5b9ca48709d46891376852)) - Update yarn.lock ([#&#8203;1322](https://github.com/orhun/git-cliff/issues/1322)) - ([0cec8a0](https://github.com/orhun/git-cliff/commit/0cec8a0c0dd2bc0ef94ab608f8d01f7482311792)) #### New Contributors ❤️ - [@&#8203;taladar](https://github.com/taladar) made their first contribution in [#&#8203;1319](https://github.com/orhun/git-cliff/pull/1319) - [@&#8203;barskern](https://github.com/barskern) made their first contribution in [#&#8203;1321](https://github.com/orhun/git-cliff/pull/1321) - [@&#8203;ooooo-create](https://github.com/ooooo-create) made their first contribution in [#&#8203;1334](https://github.com/orhun/git-cliff/pull/1334) - [@&#8203;jylenhof](https://github.com/jylenhof) made their first contribution in [#&#8203;1320](https://github.com/orhun/git-cliff/pull/1320) <!-- generated by git-cliff --> ### [`v2.11.0`](https://github.com/orhun/git-cliff/releases/tag/v2.11.0) [Compare Source](https://github.com/orhun/git-cliff/compare/v2.10.1...v2.11.0) [![animation](https://raw.githubusercontent.com/orhun/git-cliff/main/website/static/img/git-cliff-anim.gif)](https://git-cliff.org) #### [2.11.0](https://github.com/orhun/git-cliff/compare/v2.10.1..v2.11.0) - 2025-12-14 ##### ⛰️ Features - *(changelog)* Support failing on unmatched commits ([#&#8203;1298](https://github.com/orhun/git-cliff/issues/1298)) - ([a22a1a3](https://github.com/orhun/git-cliff/commit/a22a1a39975eb28af5a640266e8abb7c464b1c8d)) - *(integration)* Add support for azure devops ([#&#8203;1283](https://github.com/orhun/git-cliff/issues/1283)) - ([ef65be6](https://github.com/orhun/git-cliff/commit/ef65be6cfb024e99086f10ef7d533014dee3af33)) - *(repo)* Improve repository/directory path resolution ([#&#8203;1290](https://github.com/orhun/git-cliff/issues/1290)) - ([7b1825b](https://github.com/orhun/git-cliff/commit/7b1825bd7a10a10bee5b538337cce41edbe1880c)) - *(template)* Add split\_regex, replace\_regex, find\_regex filters ([#&#8203;1287](https://github.com/orhun/git-cliff/issues/1287)) - ([8270084](https://github.com/orhun/git-cliff/commit/8270084ccd35e09a63d79132ad291b192f89e893)) ##### 🐛 Bug Fixes - *(args)* Set the include-path if workdir is set ([#&#8203;1293](https://github.com/orhun/git-cliff/issues/1293)) - ([50b8312](https://github.com/orhun/git-cliff/commit/50b8312adcf03992a2e9eb334c4c604450110d91)) - *(bump)* Write bumped version to stdout even when output config is set ([#&#8203;1307](https://github.com/orhun/git-cliff/issues/1307)) - ([314ff57](https://github.com/orhun/git-cliff/commit/314ff57d9138da86027164b7cbeb7045c6f550f7)) - *(remote)* Use optional default branch for GitLab ([#&#8203;1305](https://github.com/orhun/git-cliff/issues/1305)) - ([d3cb938](https://github.com/orhun/git-cliff/commit/d3cb93861037e722f10194b77a70d83489fabd02)) - *(repo)* Always discover repositories - ([b4db79f](https://github.com/orhun/git-cliff/commit/b4db79f01a3e65fde5e9a9caf5d17a0a7a8fdac6)) - *(workdir)* Use the correct glob value for include-path - ([0fbc625](https://github.com/orhun/git-cliff/commit/0fbc625616baecc14cfacb9d690f746448f39fec)) ##### 🚜 Refactor - *(core)* Improve the generation API ([#&#8203;1306](https://github.com/orhun/git-cliff/issues/1306)) - ([1e80739](https://github.com/orhun/git-cliff/commit/1e807398bd7d031cfb9df3054cdccba9817605ea)) - *(remote)* Expose commits and PRs as streams ([#&#8203;1272](https://github.com/orhun/git-cliff/issues/1272)) - ([b82221a](https://github.com/orhun/git-cliff/commit/b82221abd1981b6ecce8ab428fede8165ebb4246)) ##### 📚 Documentation - *(config)* Fix comment for topo\_order\_commits ([#&#8203;1314](https://github.com/orhun/git-cliff/issues/1314)) - ([c8aad00](https://github.com/orhun/git-cliff/commit/c8aad006c5f42df4659eb21a5feb7cf71a25c3e5)) - *(installation)* Mention the side-bar ([#&#8203;1226](https://github.com/orhun/git-cliff/issues/1226)) - ([16ca78e](https://github.com/orhun/git-cliff/commit/16ca78e82e28f404d2dc95d57b837c46cb760512)) - *(website)* Add highlights for 2.11.0 ([#&#8203;1316](https://github.com/orhun/git-cliff/issues/1316)) - ([5af715d](https://github.com/orhun/git-cliff/commit/5af715d3c0a0a907eaa35814a4a939936e9fc4b2)) - *(website)* Fix styling in installation page - ([58c4cfb](https://github.com/orhun/git-cliff/commit/58c4cfbf0a5aaf497b33c225ec6987fcf0a8eeb8)) - *(website)* Use the correct link for Github PR labels as groups ([#&#8203;1285](https://github.com/orhun/git-cliff/issues/1285)) - ([85cc05d](https://github.com/orhun/git-cliff/commit/85cc05dda8a3b96864cbb62ca648275a1323e2fc)) ##### 🎨 Styling - *(args)* Group remote-related CLI arguments under REMOTE OPTIONS heading ([#&#8203;1271](https://github.com/orhun/git-cliff/issues/1271)) - ([0b6af12](https://github.com/orhun/git-cliff/commit/0b6af122bb8d39f000591a4a700f8c011ac1827d)) ##### ⚙️ Miscellaneous Tasks - *(ci)* Stabilize lychee link checking in CI ([#&#8203;1295](https://github.com/orhun/git-cliff/issues/1295)) - ([7ed1db0](https://github.com/orhun/git-cliff/commit/7ed1db0527211c9be2f54425498f823c503482c2)) - *(logging)* Increase log verbosity ([#&#8203;1244](https://github.com/orhun/git-cliff/issues/1244)) - ([ee9f742](https://github.com/orhun/git-cliff/commit/ee9f7428958d2b602f0c82749f8ed8da7214fac8)) - *(npm)* Update git-cliff to v2.10.1 ([#&#8203;1265](https://github.com/orhun/git-cliff/issues/1265)) - ([3da8f26](https://github.com/orhun/git-cliff/commit/3da8f2678b872569a2875e1ca05707bc26124c78)) #### New Contributors ❤️ - [@&#8203;Lewiscowles1986](https://github.com/Lewiscowles1986) made their first contribution in [#&#8203;1226](https://github.com/orhun/git-cliff/pull/1226) - [@&#8203;OpenSauce](https://github.com/OpenSauce) made their first contribution in [#&#8203;1314](https://github.com/orhun/git-cliff/pull/1314) - [@&#8203;amd989](https://github.com/amd989) made their first contribution in [#&#8203;1283](https://github.com/orhun/git-cliff/pull/1283) - [@&#8203;asweet-confluent](https://github.com/asweet-confluent) made their first contribution in [#&#8203;1272](https://github.com/orhun/git-cliff/pull/1272) - [@&#8203;linus-skold](https://github.com/linus-skold) made their first contribution in [#&#8203;1287](https://github.com/orhun/git-cliff/pull/1287) - [@&#8203;simoncdn](https://github.com/simoncdn) made their first contribution in [#&#8203;1305](https://github.com/orhun/git-cliff/pull/1305) - [@&#8203;haidaraM](https://github.com/haidaraM) made their first contribution in [#&#8203;1285](https://github.com/orhun/git-cliff/pull/1285) - [@&#8203;ritoban23](https://github.com/ritoban23) made their first contribution in [#&#8203;1271](https://github.com/orhun/git-cliff/pull/1271) <!-- generated by git-cliff --> ### [`v2.10.1`](https://github.com/orhun/git-cliff/blob/HEAD/CHANGELOG.md#2110---2025-12-14) [Compare Source](https://github.com/orhun/git-cliff/compare/v2.10.0...v2.10.1) ##### ⛰️ Features - *(changelog)* Support failing on unmatched commits ([#&#8203;1298](https://github.com/orhun/git-cliff/issues/1298)) - ([a22a1a3](https://github.com/orhun/git-cliff/commit/a22a1a39975eb28af5a640266e8abb7c464b1c8d)) - *(integration)* Add support for azure devops ([#&#8203;1283](https://github.com/orhun/git-cliff/issues/1283)) - ([ef65be6](https://github.com/orhun/git-cliff/commit/ef65be6cfb024e99086f10ef7d533014dee3af33)) - *(repo)* Improve repository/directory path resolution ([#&#8203;1290](https://github.com/orhun/git-cliff/issues/1290)) - ([7b1825b](https://github.com/orhun/git-cliff/commit/7b1825bd7a10a10bee5b538337cce41edbe1880c)) - *(template)* Add split\_regex, replace\_regex, find\_regex filters ([#&#8203;1287](https://github.com/orhun/git-cliff/issues/1287)) - ([8270084](https://github.com/orhun/git-cliff/commit/8270084ccd35e09a63d79132ad291b192f89e893)) ##### 🐛 Bug Fixes - *(args)* Set the include-path if workdir is set ([#&#8203;1293](https://github.com/orhun/git-cliff/issues/1293)) - ([50b8312](https://github.com/orhun/git-cliff/commit/50b8312adcf03992a2e9eb334c4c604450110d91)) - *(bump)* Write bumped version to stdout even when output config is set ([#&#8203;1307](https://github.com/orhun/git-cliff/issues/1307)) - ([314ff57](https://github.com/orhun/git-cliff/commit/314ff57d9138da86027164b7cbeb7045c6f550f7)) - *(remote)* Use optional default branch for GitLab ([#&#8203;1305](https://github.com/orhun/git-cliff/issues/1305)) - ([d3cb938](https://github.com/orhun/git-cliff/commit/d3cb93861037e722f10194b77a70d83489fabd02)) - *(repo)* Always discover repositories - ([b4db79f](https://github.com/orhun/git-cliff/commit/b4db79f01a3e65fde5e9a9caf5d17a0a7a8fdac6)) - *(workdir)* Use the correct glob value for include-path - ([0fbc625](https://github.com/orhun/git-cliff/commit/0fbc625616baecc14cfacb9d690f746448f39fec)) ##### 🚜 Refactor - *(core)* Improve the generation API ([#&#8203;1306](https://github.com/orhun/git-cliff/issues/1306)) - ([1e80739](https://github.com/orhun/git-cliff/commit/1e807398bd7d031cfb9df3054cdccba9817605ea)) - *(remote)* Expose commits and PRs as streams ([#&#8203;1272](https://github.com/orhun/git-cliff/issues/1272)) - ([b82221a](https://github.com/orhun/git-cliff/commit/b82221abd1981b6ecce8ab428fede8165ebb4246)) ##### 📚 Documentation - *(config)* Fix comment for topo\_order\_commits ([#&#8203;1314](https://github.com/orhun/git-cliff/issues/1314)) - ([c8aad00](https://github.com/orhun/git-cliff/commit/c8aad006c5f42df4659eb21a5feb7cf71a25c3e5)) - *(installation)* Mention the side-bar ([#&#8203;1226](https://github.com/orhun/git-cliff/issues/1226)) - ([16ca78e](https://github.com/orhun/git-cliff/commit/16ca78e82e28f404d2dc95d57b837c46cb760512)) - *(website)* Add highlights for 2.11.0 ([#&#8203;1316](https://github.com/orhun/git-cliff/issues/1316)) - ([5af715d](https://github.com/orhun/git-cliff/commit/5af715d3c0a0a907eaa35814a4a939936e9fc4b2)) - *(website)* Fix styling in installation page - ([58c4cfb](https://github.com/orhun/git-cliff/commit/58c4cfbf0a5aaf497b33c225ec6987fcf0a8eeb8)) - *(website)* Use the correct link for Github PR labels as groups ([#&#8203;1285](https://github.com/orhun/git-cliff/issues/1285)) - ([85cc05d](https://github.com/orhun/git-cliff/commit/85cc05dda8a3b96864cbb62ca648275a1323e2fc)) ##### 🎨 Styling - *(args)* Group remote-related CLI arguments under REMOTE OPTIONS heading ([#&#8203;1271](https://github.com/orhun/git-cliff/issues/1271)) - ([0b6af12](https://github.com/orhun/git-cliff/commit/0b6af122bb8d39f000591a4a700f8c011ac1827d)) ##### ⚙️ Miscellaneous Tasks - *(ci)* Stabilize lychee link checking in CI ([#&#8203;1295](https://github.com/orhun/git-cliff/issues/1295)) - ([7ed1db0](https://github.com/orhun/git-cliff/commit/7ed1db0527211c9be2f54425498f823c503482c2)) - *(logging)* Increase log verbosity ([#&#8203;1244](https://github.com/orhun/git-cliff/issues/1244)) - ([ee9f742](https://github.com/orhun/git-cliff/commit/ee9f7428958d2b602f0c82749f8ed8da7214fac8)) - *(npm)* Update git-cliff to v2.10.1 ([#&#8203;1265](https://github.com/orhun/git-cliff/issues/1265)) - ([3da8f26](https://github.com/orhun/git-cliff/commit/3da8f2678b872569a2875e1ca05707bc26124c78)) ### [`v2.10.0`](https://github.com/orhun/git-cliff/releases/tag/v2.10.0) [Compare Source](https://github.com/orhun/git-cliff/compare/v2.9.1...v2.10.0) [![animation](https://raw.githubusercontent.com/orhun/git-cliff/main/website/static/img/git-cliff-anim.gif)](https://git-cliff.org) #### [2.10.0](https://github.com/orhun/git-cliff/compare/v2.9.1..v2.10.0) - 2025-07-27 ##### ⛰️ Features - *(config)* Support using include and exclude paths in the config ([#&#8203;1173](https://github.com/orhun/git-cliff/issues/1173)) - ([7c2f922](https://github.com/orhun/git-cliff/commit/7c2f9225f363d5727dcb557b9c708f0023598777)) - *(parser)* Support regex matching on JSON arrays with scalar elements ([#&#8203;1163](https://github.com/orhun/git-cliff/issues/1163)) - ([dc458ea](https://github.com/orhun/git-cliff/commit/dc458eab65b711841ba996209404534a254b1775)) - *(template)* Support adding commit statistics to the changelog ([#&#8203;1151](https://github.com/orhun/git-cliff/issues/1151)) - ([05a50d7](https://github.com/orhun/git-cliff/commit/05a50d7d9aef7f80dede9a29eac079c4837d08f9)) ##### 🐛 Bug Fixes - *(config)* \[**breaking**] Use empty header and footer as default ([#&#8203;1161](https://github.com/orhun/git-cliff/issues/1161)) ([#&#8203;1172](https://github.com/orhun/git-cliff/issues/1172)) - ([3e9311e](https://github.com/orhun/git-cliff/commit/3e9311ea8ad23da7c09f0771686bd36b24e92265)) - *(config)* Check if commit.footers is defined in detailed example ([#&#8203;1170](https://github.com/orhun/git-cliff/issues/1170)) - ([078545f](https://github.com/orhun/git-cliff/commit/078545f55facbd0a82717b723e98589155bedd7e)) - *(fixtures)* Update expected.md after config change ([#&#8203;1176](https://github.com/orhun/git-cliff/issues/1176)) - ([76d3e81](https://github.com/orhun/git-cliff/commit/76d3e819b126837d7d8541c18c083cdd9f80ec62)) - *(generation)* Ensure skip\_tags condition is evaluated first ([#&#8203;1190](https://github.com/orhun/git-cliff/issues/1190)) - ([318be66](https://github.com/orhun/git-cliff/commit/318be6637609c289cf58270222f1fcd29bf893ec)) - *(repo)* Use the correct order while diffing paths ([#&#8203;1188](https://github.com/orhun/git-cliff/issues/1188)) - ([ff6c310](https://github.com/orhun/git-cliff/commit/ff6c3105012b5827145ba4bf2bb660cce0b9c7bf)) ##### 🚜 Refactor - *(ci)* Apply security best practices ([#&#8203;1180](https://github.com/orhun/git-cliff/issues/1180)) - ([a32deca](https://github.com/orhun/git-cliff/commit/a32deca80823cf99fd968647217f72fa58c8ccc2)) - *(config)* Implement FromStr instead of Config::parse\_from\_str() ([#&#8203;1185](https://github.com/orhun/git-cliff/issues/1185)) - ([692345e](https://github.com/orhun/git-cliff/commit/692345e4454127e31c44fe46aaccc065ac0854cc)) - *(test)* Standardize unit tests for commit module ([#&#8203;1147](https://github.com/orhun/git-cliff/issues/1147)) - ([0446d6a](https://github.com/orhun/git-cliff/commit/0446d6a95fbba03ca17c14b2cc2da48aa06abe6f)) ##### 📚 Documentation - *(context)* Add example usage for statistics ([#&#8203;1162](https://github.com/orhun/git-cliff/issues/1162)) - ([4f7379a](https://github.com/orhun/git-cliff/commit/4f7379a73160d23dcdcca24b63758958e5ca974f)) - *(quickstart)* Remove repetitive words ([#&#8203;1200](https://github.com/orhun/git-cliff/issues/1200)) - ([434f9ee](https://github.com/orhun/git-cliff/commit/434f9ee50709ccb07d0b72fe717c6e2309de3320)) - *(readme)* Fix twitter badge ([#&#8203;1164](https://github.com/orhun/git-cliff/issues/1164)) - ([68bd85e](https://github.com/orhun/git-cliff/commit/68bd85ed8cd0277bdde19a252091e29ccd9fd8d7)) - *(readme)* Polish badges ([#&#8203;1159](https://github.com/orhun/git-cliff/issues/1159)) - ([941cc2b](https://github.com/orhun/git-cliff/commit/941cc2b76084d4e4ab177cbe548bdc5e687f9ae1)) - *(remote)* Fix inconsistency in remote integration documentation ([#&#8203;1165](https://github.com/orhun/git-cliff/issues/1165)) - ([deb29dc](https://github.com/orhun/git-cliff/commit/deb29dc3fc04b0aefb140bfed0fbbd795a8a2452)) - *(website)* Add highlights for 2.10.0 ([#&#8203;1225](https://github.com/orhun/git-cliff/issues/1225)) - ([a3fe8c9](https://github.com/orhun/git-cliff/commit/a3fe8c95fec8dad9f048626f4b2b1aec9b895cf4)) - *(website)* Add installation instructions for gentoo-linux ([#&#8203;1203](https://github.com/orhun/git-cliff/issues/1203)) - ([07fe6bf](https://github.com/orhun/git-cliff/commit/07fe6bfb7624688c99879e761e124ae092afb737)) ##### 🎨 Styling - *(formatting)* Use spaces instead of tabs ([#&#8203;1184](https://github.com/orhun/git-cliff/issues/1184)) - ([0027300](https://github.com/orhun/git-cliff/commit/00273009e7553229bccc02e9f4a00d6f8acb9cd5)) ##### 🧪 Testing - *(fixture)* Add test fixture for overriding the conventional scope ([#&#8203;1166](https://github.com/orhun/git-cliff/issues/1166)) - ([cb84a08](https://github.com/orhun/git-cliff/commit/cb84a08e60ca4c0f6108c95b4f2a62d47069014b)) ##### ⚙️ Miscellaneous Tasks - *(build)* Bump MSRV to 1.85.1 - ([d8279d4](https://github.com/orhun/git-cliff/commit/d8279d4d047ebf9e7c00948bbba266ccc75d262a)) - *(cd)* Use macos-15 runner - ([c156fc5](https://github.com/orhun/git-cliff/commit/c156fc5edb405737b62a802ed9b1e91f9789ef9b)) - *(cd)* Re-enable sccache for maturin - ([871c3c9](https://github.com/orhun/git-cliff/commit/871c3c949d9f0cb23600a0f4d16e360d20d32ad7)) - *(crate)* Remove Rust nightly requirement - ([4f3e5af](https://github.com/orhun/git-cliff/commit/4f3e5af46bb51e412dff88001b3d135d8575bbe8)) - *(fixture)* Update test-regex-json-array fixture ([#&#8203;1178](https://github.com/orhun/git-cliff/issues/1178)) - ([95f4056](https://github.com/orhun/git-cliff/commit/95f40563a3a9607143e0acc03e81bdeef479bf09)) - *(format)* Format module imports for readability ([#&#8203;1183](https://github.com/orhun/git-cliff/issues/1183)) - ([6db7d49](https://github.com/orhun/git-cliff/commit/6db7d49488a248a2fab010480cb955621d4bcf5a)) - *(git)* Add .git-blame-ignore-revs - ([5b64131](https://github.com/orhun/git-cliff/commit/5b641319336485bbf1294c5da2e9f95378799864)) - *(npm)* Bump git-cliff to 2.9.1 ([#&#8203;1156](https://github.com/orhun/git-cliff/issues/1156)) - ([e13b158](https://github.com/orhun/git-cliff/commit/e13b158744bddb17154963f777cb58b4ba424205)) - *(website)* Update the node version - ([566c2a1](https://github.com/orhun/git-cliff/commit/566c2a11ebda002eae566b06d19263bdfa03af30)) #### New Contributors ❤️ - [@&#8203;Nick2bad4u](https://github.com/Nick2bad4u) made their first contribution in [#&#8203;1180](https://github.com/orhun/git-cliff/pull/1180) - [@&#8203;aspann](https://github.com/aspann) made their first contribution in [#&#8203;1203](https://github.com/orhun/git-cliff/pull/1203) - [@&#8203;muzimuzhi](https://github.com/muzimuzhi) made their first contribution in [#&#8203;1200](https://github.com/orhun/git-cliff/pull/1200) - [@&#8203;j-g00da](https://github.com/j-g00da) made their first contribution in [#&#8203;1188](https://github.com/orhun/git-cliff/pull/1188) - [@&#8203;Kriskras99](https://github.com/Kriskras99) made their first contribution in [#&#8203;1173](https://github.com/orhun/git-cliff/pull/1173) - [@&#8203;wetneb](https://github.com/wetneb) made their first contribution in [#&#8203;1165](https://github.com/orhun/git-cliff/pull/1165) - [@&#8203;gmeligio](https://github.com/gmeligio) made their first contribution in [#&#8203;1170](https://github.com/orhun/git-cliff/pull/1170) - [@&#8203;LitoMore](https://github.com/LitoMore) made their first contribution in [#&#8203;1164](https://github.com/orhun/git-cliff/pull/1164) <!-- generated by git-cliff --> ### [`v2.9.1`](https://github.com/orhun/git-cliff/releases/tag/v2.9.1) [Compare Source](https://github.com/orhun/git-cliff/compare/v2.9.0...v2.9.1) [![animation](https://raw.githubusercontent.com/orhun/git-cliff/main/website/static/img/git-cliff-anim.gif)](https://git-cliff.org) #### [2.9.1](https://github.com/orhun/git-cliff/compare/v2.9.0..v2.9.1) - 2025-06-03 ##### 🐛 Bug Fixes - *(cd)* Upgrade bump-homebrew-formula-action to fix import error - ([2da982f](https://github.com/orhun/git-cliff/commit/2da982f3e7c27ea86eb87625d7371a9bea6587db)) - *(cd)* Disable sccache for maturin - ([f0a2dc6](https://github.com/orhun/git-cliff/commit/f0a2dc6b08f97f3d96e1a33d60a8a56c97c2339b)) <!-- generated by git-cliff --> ### [`v2.9.0`](https://github.com/orhun/git-cliff/releases/tag/v2.9.0) [Compare Source](https://github.com/orhun/git-cliff/compare/v2.8.0...v2.9.0) [![animation](https://raw.githubusercontent.com/orhun/git-cliff/main/website/static/img/git-cliff-anim.gif)](https://git-cliff.org) #### [2.9.0](https://github.com/orhun/git-cliff/compare/v2.8.0..v2.9.0) - 2025-06-02 ##### ⛰️ Features - *(changelog)* Support recursing into submodules ([#&#8203;1082](https://github.com/orhun/git-cliff/issues/1082)) - ([4a3c0c0](https://github.com/orhun/git-cliff/commit/4a3c0c0312491a8767645ed4d41b2016049dbe4b)) - *(config)* Support configuring with a remote URL ([#&#8203;1083](https://github.com/orhun/git-cliff/issues/1083)) - ([eb9b6bd](https://github.com/orhun/git-cliff/commit/eb9b6bdff712f63bac74b76e3dfbdc8ef1b3ccc8)) - *(config)* Add `require_conventional` option ([#&#8203;1061](https://github.com/orhun/git-cliff/issues/1061)) - ([bf50336](https://github.com/orhun/git-cliff/commit/bf50336f5997c28fc95c03eb14b9e70d5d3edddf)) - *(context)* Add release commit range ([#&#8203;1138](https://github.com/orhun/git-cliff/issues/1138)) - ([3dab0d1](https://github.com/orhun/git-cliff/commit/3dab0d1a5dec3a54c390c1ebdee7ef5131afd162)) - *(git)* Support disabling sorting commits topologically ([#&#8203;804](https://github.com/orhun/git-cliff/issues/804)) ([#&#8203;1121](https://github.com/orhun/git-cliff/issues/1121)) - ([c3e25c3](https://github.com/orhun/git-cliff/commit/c3e25c31ee66b86b0e631e023bb4b687f606c599)) - *(remote)* Fetch commits from non-default branches using remotes ([#&#8203;1086](https://github.com/orhun/git-cliff/issues/1086)) - ([aec41be](https://github.com/orhun/git-cliff/commit/aec41befc701e786c01ec4ba5399c67df1981779)) ##### 🐛 Bug Fixes - *(bump)* Check the next version against tag\_pattern regex ([#&#8203;1070](https://github.com/orhun/git-cliff/issues/1070)) - ([c4f0d28](https://github.com/orhun/git-cliff/commit/c4f0d28c39f34bc886c00c51cdeff851beda93de)) - *(bump)* Accept lowercase values for bump\_type config ([#&#8203;1101](https://github.com/orhun/git-cliff/issues/1101)) - ([77632b2](https://github.com/orhun/git-cliff/commit/77632b276001a879ed4e3328a38a1cedfef67ca3)) - *(deps)* Make glob dependency mandatory ([#&#8203;1035](https://github.com/orhun/git-cliff/issues/1035)) - ([0f653bf](https://github.com/orhun/git-cliff/commit/0f653bf13a52543c5ef492c2d4e81ad085b19321)) - *(fixtures)* Evaluate the rc of git-cliff correctly ([#&#8203;1104](https://github.com/orhun/git-cliff/issues/1104)) - ([fa54a6a](https://github.com/orhun/git-cliff/commit/fa54a6adbcb8704ee828450f110516ccbb4067de)) - *(fixtures)* Use the correct syntax while checking fixture results ([#&#8203;1099](https://github.com/orhun/git-cliff/issues/1099)) - ([51af66e](https://github.com/orhun/git-cliff/commit/51af66e30668c3ec8e1336d7a26a7a5d35fcdb76)) - *(git)* Handle worktrees while retrieving the path of repository ([#&#8203;1054](https://github.com/orhun/git-cliff/issues/1054)) - ([fab02b0](https://github.com/orhun/git-cliff/commit/fab02b09833eb18be6ca540a436b254d13d7c678)) - *(remote)* Fix detection of GitLab merge request sha if commits were squashed ([#&#8203;1043](https://github.com/orhun/git-cliff/issues/1043)) - ([5f3a3d0](https://github.com/orhun/git-cliff/commit/5f3a3d0b4dbae5ec3239c79148258ba4fb47f376)) - *(submodules)* Fix submodules handling when using custom range ([#&#8203;1136](https://github.com/orhun/git-cliff/issues/1136)) - ([451a694](https://github.com/orhun/git-cliff/commit/451a694ad4d9db1f0545ef92bd0c6643b3d26600)) - *(template)* Correctly serialize JSON for the commit fields ([#&#8203;1145](https://github.com/orhun/git-cliff/issues/1145)) - ([e981e1d](https://github.com/orhun/git-cliff/commit/e981e1d1b27a65fc2d2fd51b025c27692a6c8910)) ##### 🚜 Refactor - *(config)* Initialize config structs with default values ([#&#8203;1090](https://github.com/orhun/git-cliff/issues/1090)) - ([9e4bd07](https://github.com/orhun/git-cliff/commit/9e4bd077b5a18922021afd8ffd671b7d7958ee5c)) - *(lint)* Apply clippy suggestions - ([4d3b2d5](https://github.com/orhun/git-cliff/commit/4d3b2d5abefeb3bccf8b8d9faf16d4efd572f3c4)) - *(lint)* Use IOError::other ([#&#8203;1074](https://github.com/orhun/git-cliff/issues/1074)) - ([30e8193](https://github.com/orhun/git-cliff/commit/30e81930860105f081205ba5c90d1ea5e4b81d48)) ##### 📚 Documentation - *(config)* Fix typo on commit.links ([#&#8203;1132](https://github.com/orhun/git-cliff/issues/1132)) - ([cbeca6d](https://github.com/orhun/git-cliff/commit/cbeca6da93b25a0f2fce38de6e87571268d8d17e)) - *(config)* Update comments for all configuration options ([#&#8203;1057](https://github.com/orhun/git-cliff/issues/1057)) - ([63129ce](https://github.com/orhun/git-cliff/commit/63129ce0c481c00c06bc9ee6271da76e99a6e933)) - *(quickstart)* Clarify git-cliff command ([#&#8203;1051](https://github.com/orhun/git-cliff/issues/1051)) - ([cd26bb2](https://github.com/orhun/git-cliff/commit/cd26bb2de35ebd6ba293ee969c3796ac32a08e21)) - *(readme)* Add blog posts from the community ([#&#8203;1102](https://github.com/orhun/git-cliff/issues/1102)) - ([f302e43](https://github.com/orhun/git-cliff/commit/f302e433d52bed284e97bd75e92589773b52f44f)) - *(release)* Fix Docker Hub URL - ([9babe06](https://github.com/orhun/git-cliff/commit/9babe0649c365f6c499ec6db62450625d8a21987)) - *(security)* Extend security policy ([#&#8203;1142](https://github.com/orhun/git-cliff/issues/1142)) - ([4c3c946](https://github.com/orhun/git-cliff/commit/4c3c94692d88ee3d9d2931cabeeec67946aba381)) - *(website)* Add highlights for 2.9.0 ([#&#8203;1153](https://github.com/orhun/git-cliff/issues/1153)) - ([d7f9cf5](https://github.com/orhun/git-cliff/commit/d7f9cf5a02980289efdbf1999011cb69034dd4c7)) - *(website)* Remove references of tj-actions ([#&#8203;1097](https://github.com/orhun/git-cliff/issues/1097)) - ([729aa47](https://github.com/orhun/git-cliff/commit/729aa47797bfc073850eb24745e692244f4a6381)) ##### ⚙️ Miscellaneous Tasks - *(dependabot)* Make dependency updates less noisy - ([cdce20f](https://github.com/orhun/git-cliff/commit/cdce20f39104b797c17a85aa5988c608f3437e11)) - *(dependabot)* Check dependency updates weekly - ([b8be055](https://github.com/orhun/git-cliff/commit/b8be05542f0f8362522794c155bf0e0445bcee22)) - *(docs)* Fix some typos ([#&#8203;1149](https://github.com/orhun/git-cliff/issues/1149)) - ([7148b2d](https://github.com/orhun/git-cliff/commit/7148b2dbff518eb71c276f3c256db49970730863)) - *(project)* Migrate to Rust 2024 edition ([#&#8203;1128](https://github.com/orhun/git-cliff/issues/1128)) - ([4445f06](https://github.com/orhun/git-cliff/commit/4445f063518bd8514ac19381e3ee6c61828c72a9)) #### New Contributors ❤️ - [@&#8203;vardbabayan](https://github.com/vardbabayan) made their first contribution in [#&#8203;1149](https://github.com/orhun/git-cliff/pull/1149) - [@&#8203;ognis1205](https://github.com/ognis1205) made their first contribution in [#&#8203;1145](https://github.com/orhun/git-cliff/pull/1145) - [@&#8203;janderssonse](https://github.com/janderssonse) made their first contribution in [#&#8203;1142](https://github.com/orhun/git-cliff/pull/1142) - [@&#8203;jdrst](https://github.com/jdrst) made their first contribution in [#&#8203;1138](https://github.com/orhun/git-cliff/pull/1138) - [@&#8203;lehmanju](https://github.com/lehmanju) made their first contribution in [#&#8203;1136](https://github.com/orhun/git-cliff/pull/1136) - [@&#8203;Jean-Beru](https://github.com/Jean-Beru) made their first contribution in [#&#8203;1132](https://github.com/orhun/git-cliff/pull/1132) - [@&#8203;william-stacken](https://github.com/william-stacken) made their first contribution in [#&#8203;1086](https://github.com/orhun/git-cliff/pull/1086) - [@&#8203;SebClapie](https://github.com/SebClapie) made their first contribution in [#&#8203;1121](https://github.com/orhun/git-cliff/pull/1121) - [@&#8203;okydk](https://github.com/okydk) made their first contribution in [#&#8203;1051](https://github.com/orhun/git-cliff/pull/1051) <!-- generated by git-cliff --> ### [`v2.8.0`](https://github.com/orhun/git-cliff/releases/tag/v2.8.0) [Compare Source](https://github.com/orhun/git-cliff/compare/v2.7.0...v2.8.0) [![animation](https://raw.githubusercontent.com/orhun/git-cliff/main/website/static/img/git-cliff-anim.gif)](https://git-cliff.org) #### [2.8.0](https://github.com/orhun/git-cliff/compare/v2.7.0..v2.8.0) - 2025-01-24 ##### ⛰️ Features - *(cli)* Support initializing config with a custom filename ([#&#8203;992](https://github.com/orhun/git-cliff/issues/992)) - ([76bf9cf](https://github.com/orhun/git-cliff/commit/76bf9cf7aa26b58f2ae68edd007c9885b02af616)) - *(config)* Discover the configuration file when run in a sub directory - ([a23eeb4](https://github.com/orhun/git-cliff/commit/a23eeb480961cd2b252acb7e1e6dc38807458e57)) - *(git)* Improve the set commit range error ([#&#8203;990](https://github.com/orhun/git-cliff/issues/990)) - ([f29e815](https://github.com/orhun/git-cliff/commit/f29e8150a8166d7364ed71b24675136d2e9bd382)) - *(monorepo)* Automatically set include-path for current directory - ([ceda1f7](https://github.com/orhun/git-cliff/commit/ceda1f753adc3459b88417ae363410d2586a33af)) - *(remote)* Support enabling native TLS ([#&#8203;1021](https://github.com/orhun/git-cliff/issues/1021)) - ([fe7c464](https://github.com/orhun/git-cliff/commit/fe7c464c3bdbfd4e49f596615d6736ea441a4d16)) - *(repo)* Allow running from sub directories ([#&#8203;975](https://github.com/orhun/git-cliff/issues/975)) - ([98453b3](https://github.com/orhun/git-cliff/commit/98453b3eee754e1ffe08b685d84c039b17ac8e5e)) ##### 🐛 Bug Fixes - *(config)* Allow environment overwrites when using builtin config ([#&#8203;961](https://github.com/orhun/git-cliff/issues/961)) - ([7ba3b55](https://github.com/orhun/git-cliff/commit/7ba3b55448bdbf7a4a475df2081b6d7c2e2ceb34)) - *(docker)* Use the correct Debian runner - ([36ad993](https://github.com/orhun/git-cliff/commit/36ad993d5956270c0df8c12d201068c1b4d7c580)) - *(fixtures)* Update the arguments for custom GitLab API fixture test - ([e522f8d](https://github.com/orhun/git-cliff/commit/e522f8d9f1efddc43a15120e52a2f1b426468b56)) - *(monorepo)* Do not set include-path if workdir is set ([#&#8203;1022](https://github.com/orhun/git-cliff/issues/1022)) - ([20483be](https://github.com/orhun/git-cliff/commit/20483be93fbcd33eae3b7b54f625e53796281aff)) - *(remote)* Fix detection of GitLab merge request sha ([#&#8203;968](https://github.com/orhun/git-cliff/issues/968)) - ([1297655](https://github.com/orhun/git-cliff/commit/12976550d35bad8d535518010046bd136875736b)) ##### 🚜 Refactor - *(lib)* Add changelog modifier callback to run function ([#&#8203;922](https://github.com/orhun/git-cliff/issues/922)) - ([2321882](https://github.com/orhun/git-cliff/commit/2321882b12cc6aae03fbd4f7ea3e131fc8763631)) - *(lint)* Use a shared lint config for the workspace - ([bfc1d4f](https://github.com/orhun/git-cliff/commit/bfc1d4fb8f8bd8faa350ec217f4d09d57c20b12d)) - *(lint)* Apply clippy suggestions - ([299a1c7](https://github.com/orhun/git-cliff/commit/299a1c74b28ac41015bc436de6d37b5ef5d59b04)) ##### 📚 Documentation - *(docker)* Fix typo in comment ([#&#8203;959](https://github.com/orhun/git-cliff/issues/959)) - ([dbda091](https://github.com/orhun/git-cliff/commit/dbda091aa15806523c2be371ec8a31fbba4ccdc7)) - *(highlights)* Add link to the Nix flake - ([c449229](https://github.com/orhun/git-cliff/commit/c449229513da7444ea02fe275f410e4b2048c9ff)) - *(jujutsu)* Update links to the upstream documentation - ([ed6b646](https://github.com/orhun/git-cliff/commit/ed6b64628f4bfd21b32021b3decf842ae14c9f51)) - *(lib)* Allow doc lint - ([62a6d3e](https://github.com/orhun/git-cliff/commit/62a6d3e20cf72c8e2dcc7938894c5c65278e6c4e)) - *(license)* Update copyright years - ([8178c9b](https://github.com/orhun/git-cliff/commit/8178c9b2ca41fb0b974d3387e07b3067256bdb0b)) - *(tips)* Extend the merge commit filter example ([#&#8203;963](https://github.com/orhun/git-cliff/issues/963)) - ([09c0f90](https://github.com/orhun/git-cliff/commit/09c0f905d8b20b585b0bc8183f14250d1a381ca0)) - *(website)* Add highlights for 2.8.0 ([#&#8203;1023](https://github.com/orhun/git-cliff/issues/1023)) - ([32dc15e](https://github.com/orhun/git-cliff/commit/32dc15efe5ea8be8f1691fbc16d9e5aaa1c5ebdc)) ##### 🧪 Testing - *(fixture)* Add fixture for include-path - ([e85888f](https://github.com/orhun/git-cliff/commit/e85888f5d8dbd4db0674613c4c354416a9be84d1)) ##### ⚙️ Miscellaneous Tasks - *(build)* Bump MSRV to 1.83.0 - ([37598c2](https://github.com/orhun/git-cliff/commit/37598c2d417a1646ec90590ab2a1f6d9da66296c)) - *(docker)* Bump the Rust version in Docker image - ([729f433](https://github.com/orhun/git-cliff/commit/729f4336d169e9fc5cdefdb201208638eee17995)) - *(funding)* Add wellKnown directory - ([8704518](https://github.com/orhun/git-cliff/commit/8704518fb71b88fa8985c660e67f77d9a33431c8)) - *(lint)* Allow false positive lint - ([1b779a6](https://github.com/orhun/git-cliff/commit/1b779a698f845cb449da0640aeac45d53c6c43b9)) - *(nix)* Update flakes - ([22fbe9d](https://github.com/orhun/git-cliff/commit/22fbe9dafbbeaa4bd68082787ea8231dbe12c9ae)) #### New Contributors ❤️ - [@&#8203;xsadia](https://github.com/xsadia) made their first contribution in [#&#8203;992](https://github.com/orhun/git-cliff/pull/992) - [@&#8203;chenrui333](https://github.com/chenrui333) made their first contribution in [#&#8203;1002](https://github.com/orhun/git-cliff/pull/1002) - [@&#8203;hackenbergstefan](https://github.com/hackenbergstefan) made their first contribution in [#&#8203;968](https://github.com/orhun/git-cliff/pull/968) - [@&#8203;paul-uz](https://github.com/paul-uz) made their first contribution in [#&#8203;963](https://github.com/orhun/git-cliff/pull/963) - [@&#8203;jmartens](https://github.com/jmartens) made their first contribution in [#&#8203;959](https://github.com/orhun/git-cliff/pull/959) <!-- generated by git-cliff --> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My45OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuOTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
chore(deps): update dependency orhun/git-cliff to v2.12.0
All checks were successful
CI / Test (pull_request) Successful in 31s
CI / Module integrity (pull_request) Successful in 16s
CI / Vulnerability check (pull_request) Successful in 22s
CI / Build (pull_request) Successful in 16s
CI / Lint (pull_request) Successful in 25s
c48003df2f
renovatebot scheduled this pull request to auto merge when all checks succeed 2026-03-29 14:01:51 +02:00
renovatebot deleted branch renovate/orhun-git-cliff-2.x 2026-03-29 14:03:53 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Wuast94/intel-gpu-exporter!13
No description provided.