Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
orhun/git-cliff minor v2.4.0v2.11.0

Release Notes

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

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 ❤️

v2.7.0

Compare Source

animation

2.7.0 - 2024-11-20

⛰️ Features
🐛 Bug Fixes
📚 Documentation
  • (git) Improve docs for commit_preprocessors and commit_parsers (#​928) - (c1f1215)
  • (readme) Add blog post about git-cliff - (82b10ac)
  • (website) Add highlights for 2.7.0 (#​955) - (b6b5449)
  • (website) Add more testimonials - (bfe9beb)
  • (website) Update sourcehut (#​894) - (bcc32ca)
⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
  • (config) Add the 'other' parser to the default config - (12cb1df)
  • (docker) Upgrade Rust and libc version in Dockerfile - (8bd0607)
  • (docker) Bump the Rust version in Docker image - (c28121c)
  • (integration) Remove experimental feature disclaimer - (237c327)
  • (log) Add trace log about which command is being run - (a9b2690)
  • (nix) Update flakes - (7654e67)
  • (website) Add new testimonials - (0c207d6)
◀️ Revert
  • (docker) Bump the Rust version in Docker image - (fc142e4)

New Contributors ❤️

v2.6.1

Compare Source

animation

2.6.1 - 2024-09-27

🐛 Bug Fixes
  • (npm) Add missing --use-branch-tags flag to TS options (#​874) - (e21fb1d)
  • (remote) Avoid setting multiple remotes (#​885) - (a344c68)
📚 Documentation
  • (website) Add conversion to pdf to tips-and-tricks (#​889) - (58dc108)
  • (website) Add get_env filter example for GitLab CI - (dfe4459)
⚙️ Miscellaneous Tasks

New Contributors ❤️

v2.6.0

Compare Source

animation

2.6.0 - 2024-09-22

⛰️ Features
  • (changelog) Support generating changelog for different branches (#​808) - (2a581a8)
  • (config) Add changelog.render_always option (#​859) - (ad039d5)
  • (config) Allow configuring output file from config (#​829) - (c2db791)
  • (core) Add remote to commit and deprecate fields (#​822) - (87e2c1d)
  • (npm) Add missing options and document all options with tsdoc comments - (2eae2f1)
  • (npm) Add possibility for skipCommit to take an array of values - (a6e3b78)
🐛 Bug Fixes
  • (args) Support using use_branch_tags from both config and args (#​848) - (35b7fd8)
  • (bump) Suppress template warning when --bumped-version is used (#​855) - (8bebbf9)
  • (changelog) Do not change the tag date if tag already exists (#​861) - (fbb643b)
  • (changelog) Correctly set the tag message for the latest release (#​854) - (e41e8dd)
  • (changelog) Don't change the context when provided via --from-context (#​820) - (ff72406)
  • (commit) Trim the trailing newline for git2 commits (#​872) - (1cdbbf6)
  • (core) Avoid the unnecessary loop when no remote feature is activated - (1d8a2fe)
  • (template) Resolve parsing issues with raw/endraw in Jinja (#​824) - (63bf5b7)
🚜 Refactor
  • (template) [breaking] Add name parameter to the constructor - (e577113)
📚 Documentation
  • (args) Fix copy-paste mistake where gitea mentioned gitlab - (c41eacb)
  • (contributing) Mention fetching the tags for running tests successfully (#​850) - (a82dac3)
  • (website) Add highlights for 2.6.0 (#​873) - (050fb55)
  • (website) Clarify comment about tag argument - (e56cd8d)
⚙️ Miscellaneous Tasks

New Contributors ❤️

v2.5.0

Compare Source

animation

2.5.0 - 2024-08-24

⛰️ Features
  • (args) Allow GitLab groups with --gitlab-repo (#​807) - (6fbfdb5)
  • (bump) Support bumping to a specific semver type (#​744) - (9dbf47b)
  • (changelog) Support count_tags option (#​599) - (b8045e9)
  • (changelog) Skip ssh and x509 signatures in tag messages (#​748) - (ecbabbf)
  • (cli) Generate changelog from JSON context (#​784) - (3b6156d)
  • (parser) Allow whole commit context to be used in commit parsers (#​758) - (ccf2ab7)
  • (profiler) Support performance profiling via pprof (#​768) - (35dc1e4)
  • (remote) Activate integration if remote is set manually (#​782) - (4b33e7e)
🐛 Bug Fixes
  • (changelog) Allow using --bumped-version without conventional commits (#​806) - (e74080c)
  • (config) Allow using environment variables without config file present (#​783) - (2471745)
  • (fixture) Fix fetching repository for gitlab integration test - (72847c6)
  • (gitlab) URL-encode the owner in remote requests for GitLab (#​742) - (e3e7c07)
  • (template) Include for-loop arguments in template variables (#​812) - (9a6430b)
🚜 Refactor
  • (config) Make example templates more user-friendly - (6f8ea19)
  • (gitlab) Clean up url encoding for GitLab - (c791418)
  • (lib) Clean up some code (#​709) - (4b0c0eb)
📚 Documentation
  • (config) Fix typo in comment of default config file (#​776) - (e2fb043)
  • (readme) Remove underscored spaces between badges (#​809) - (1956c83)
  • (readme) Add git-changelog to similar projects section (#​774) - (c208a97)
  • (readme) Add KaiCode Open Source Festival link - (58b729c)
  • (website) Add highlights for 2.5.0 (#​815) - (49df8cb)
  • (website) Clarify authentication with GitHub token (#​787) - (85bfa95)
  • (website) Correct inverted consequences of configuration value (#​760) - (dc144dd)
  • (website) Add header to 2.4.0 blog post - (227a307)
⚡ Performance

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/orhun-git-cliff-2.x branch from e944f7e to fd18960 Compare September 22, 2024 06:47
@renovate renovate bot changed the title Update dependency orhun/git-cliff to v2.5.0 Update dependency orhun/git-cliff to v2.6.0 Sep 22, 2024
@renovate renovate bot force-pushed the renovate/orhun-git-cliff-2.x branch from fd18960 to b9a2c39 Compare September 27, 2024 17:12
@renovate renovate bot changed the title Update dependency orhun/git-cliff to v2.6.0 Update dependency orhun/git-cliff to v2.6.1 Sep 27, 2024
@renovate renovate bot force-pushed the renovate/orhun-git-cliff-2.x branch from b9a2c39 to 6383d99 Compare November 20, 2024 10:56
@renovate renovate bot changed the title Update dependency orhun/git-cliff to v2.6.1 Update dependency orhun/git-cliff to v2.7.0 Nov 20, 2024
@renovate renovate bot changed the title Update dependency orhun/git-cliff to v2.7.0 Update dependency orhun/git-cliff to v2.8.0 Jan 24, 2025
@renovate renovate bot force-pushed the renovate/orhun-git-cliff-2.x branch from 6383d99 to 131516c Compare January 24, 2025 17:20
@renovate renovate bot force-pushed the renovate/orhun-git-cliff-2.x branch from 131516c to 43d43ba Compare June 6, 2025 02:11
@renovate renovate bot changed the title Update dependency orhun/git-cliff to v2.8.0 Update dependency orhun/git-cliff to v2.9.1 Jun 6, 2025
@renovate renovate bot force-pushed the renovate/orhun-git-cliff-2.x branch from 43d43ba to c51f8e5 Compare July 27, 2025 13:57
@renovate renovate bot changed the title Update dependency orhun/git-cliff to v2.9.1 Update dependency orhun/git-cliff to v2.10.0 Jul 27, 2025
@renovate renovate bot force-pushed the renovate/orhun-git-cliff-2.x branch from c51f8e5 to ea34ff3 Compare September 21, 2025 17:36
@renovate renovate bot changed the title Update dependency orhun/git-cliff to v2.10.0 Update dependency orhun/git-cliff to v2.10.1 Sep 21, 2025
@renovate renovate bot force-pushed the renovate/orhun-git-cliff-2.x branch from ea34ff3 to a0f02b1 Compare December 14, 2025 18:43
@renovate renovate bot changed the title Update dependency orhun/git-cliff to v2.10.1 Update dependency orhun/git-cliff to v2.11.0 Dec 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant