Git Cliff Versions Save

A highly customizable Changelog Generator that follows Conventional Commit specifications โ›ฐ๏ธ

v2.0.3

2 months ago

animation

git-cliff now supports integration with GitHub repositories! ๐Ÿš€

โœจ Read the highlights of this release: https://git-cliff.org/blog/2.0.0

2.0.3 - 2024-02-21

โ›ฐ๏ธ Features

  • (docker) Enable github feature for the docker image - (bc882e3)

โš™๏ธ Miscellaneous Tasks

  • (website) Bump the version of git-cliff-action - (f255ad3)
  • (website) Add announcement bar for the new release - (1d32a14)

v2.0.2

2 months ago

2.0.2 - 2024-02-19

animation

git-cliff now supports integration with GitHub repositories! ๐Ÿš€

โœจ Read the highlights of this release: https://git-cliff.org/blog/2.0.0

โ›ฐ๏ธ Features

  • (args) Add --no-exec flag for skipping command execution (#458) - (7ae77ff)
  • (args) Add -x short argument for --context - (327512a)
  • (args) Support initialization with built-in templates (#370) - (4bee628)
  • (args) Allow returning the bumped version (#362) - (5e01e4c)
  • (args) Set CHANGELOG.md as default missing value for output option (#354) - (04d149e)
  • (changelog) Set the timestamp of the previous release - (d408e63)
  • (changelog) Improve skipping via .cliffignore and --skip-commit (#413) - (faa00c6)
  • (changelog) Support tag prefixes with --bump (#347) - (2399e57)
  • (changelog) [breaking] Set tag to 0.0.1 via --bump if no tags exist - (3291eb9)
  • (changelog) [breaking] Support templating in the footer (#369) - (0945fa8)
  • (commit) Add merge_commit flag to the context (#389) - (dd27a9a)
  • (github) [breaking] Support integration with GitHub repos (#363) - (5238326)
  • (parser) Support using SHA1 of the commit (#385) - (1039f85)
  • (parser) Support using regex scope values (#372) - (19e65c2)
  • (template) Support using PR labels in the GitHub template (#467) - (30d15bb)
  • (template) Support using PR title in the GitHub template (#418) - (6f32f33)
  • (website) Add search bar to the website - (2d30491)

๐Ÿ› Bug Fixes

  • (cd) Use workaround for linux-arm64-glibc maturin builds - (dc79ed5)
  • (cd) Disable PyPI publish for linux-arm64-glibc - (e24af12)
  • (cd) Avoid creating artifacts with the same name - (1647fd8)
  • (cd) Fix embedding examples for crates.io release - (46b7d88)
  • (changelog) Fix previous version links (#364) - (44c93b7)
  • (changelog) Set the correct previous tag when a custom tag is given - (6203f77)
  • (ci) Update cargo-msrv arguments - (131dd10)
  • (cli) Fix broken pipe when stdout is interrupted (#407) - (bdce4b5)
  • (commit) Trim the trailing newline from message (#403) - (514ca4b)
  • (git) Sort commits in topological order (#415) - (29bf355)
  • (links) Skip checking the GitHub commit URLs - (273d6dc)
  • (website) Use node version 18 - (46dcce3)
  • (website) Use prism-react-renderer v2 with docusaurus - (664ff9b)
  • Allow version bump with a single previous release - (d65aec9)

๐Ÿšœ Refactor

  • (changelog) Support --bump for processed releases (#408) - (89e4c72)
  • (ci) Use hardcoded workspace members for cargo-msrv command - (ec6035a)
  • (ci) Simplify cargo-msrv installation - (f04bf6e)
  • (clippy) Apply clippy suggestions - (b23dd3e)
  • (clippy) Apply clippy suggestions - (a38c3fa)
  • (config) Use postprocessors for checking the typos - (764e858)
  • (config) Remove unnecessary newline from configs - (8edec7f)

๐Ÿ“š Documentation

  • (configuration) Fix typo (#466) - (34a58e6)
  • (fixtures) Add instructions for adding new fixtures - (8290769)
  • (readme) Mention RustLab 2023 talk - (668a957)
  • (readme) Use the raw link for the animation - (2c524b8)
  • (security) Update security policy - (fcaa502)
  • (website) Add highlights for 2.0.0 (#504) - (49684d0)
  • (website) Improve matching gitmoji tip (#486) - (0731646)
  • (website) Add tips and tricks section - (82e93c2)
  • (website) Add tip about link parsers - (4bd47a6)
  • (website) Add git-cliff animation to the website (#404) - (0561124)
  • (website) Split the configuration section - (67486cc)
  • (website) Add installation instructions for Homebrew (#357) - (b2f8091)

๐ŸŽจ Styling

  • (website) Add GitHub logo to the header - (1da7cac)
  • (website) [breaking] Use dark theme as default - (dcc5116)

๐Ÿงช Testing

  • (changelog) Use the correct version for missing tags - (0ca4cdb)
  • (fixture) Update the date for example test fixture - (991a035)
  • (fixture) Add test fixture for bumping version - (c94cb6a)
  • (fixtures) Update the bumped value output to add prefix - (f635bae)

โš™๏ธ Miscellaneous Tasks

  • (changelog) Disable the default behavior of next-version (#343) - (4eef684)
  • (changelog) Use 0.1.0 as default next release if no tag is found - (3123fd2)
  • (command) Explicitly set the directory of command to current dir - (722efd6)
  • (config) Skip dependabot commits for dev updates - (7f89160)
  • (config) Revamp the configuration files - (9500bf8)
  • (config) Use postprocessors for checking the typos - (5212cc9)
  • (dependabot) Group the dependency updates for creating less PRs - (c6a92bf)
  • (docker) Update versions in Dockerfile - (51198a5)
  • (embed) Do not allow missing docs - (7754cab)
  • (example) Use full links in GitHub templates (#503) - (a521891)
  • (example) Remove limited commits example - (8e1e0d7)
  • (github) Update templates about GitHub integration - (3f5107a)
  • (mergify) Don't update PRs for the main branch - (96a220c)
  • (project) Add readme to core package - (9e6bad2)
  • (project) Bump MSRV to 1.74.1 - (bd5e4d2)
  • (project) Update copyright years - (edc6bc0)
  • (website) Fix URLs in navigation bar (#438) - (70cab99)
  • (website) Rename the header for GitHub integration - (3fd9476)
  • (website) Fix broken anchors - (34593dd)
  • (website) Bump docusaurus to 3.1.0 - (af4482b)
  • (website) Update the titles for distro installations - (ff2881b)
  • (website) Add Mastodon link to the website - (2e761c9)

New Contributors

Full Changelog: https://github.com/orhun/git-cliff/compare/v1.4.0...v2.0.0

v2.0.1

2 months ago

v2.0.0

2 months ago

v2.0.0-rc.2

2 months ago

v2.0.0-rc.1

2 months ago

v2.0.0-rc.0

2 months ago

v1.4.0

6 months ago

1.4.0 - 2023-10-29

โ›ฐ๏ธ Features

  • (changelog) Support bumping the semantic version via --bump (#309) - (bcfcd1f)
  • (ci) Add 'typos' check (#317) - (88c34ab)
  • (command) Log the output of failed external commands - (205cdbb)
  • (config) [breaking] Support regex in 'tag_pattern' configuration (#318) - (3c2fb60)
  • (config) Add field and value matchers to the commit parser (#312) - (04fbcb8)

๐Ÿ“š Documentation

  • (blog) Fix the TOML format in 1.4.0 blog post - (4d691d2)
  • (blog) Add blog post for 1.4.0 release - (e3f1b3b)
  • (changelog) Fix typos (#316) - (edd3c30)
  • (config) Update the comment for tag_pattern - (596fd4d)
  • (core) Update the doc comment for commit preprocessors - (7faccc6)
  • (image) Use images from the repository - (91c0cda)
  • (lib) Extract feature documentation from Cargo.toml - (1f8098c)
  • (lib) Add logo and favicon to docs.rs page - (32b1fe1)
  • (readme) Add link to emacs package support git-cliff (#307) - (fa471c7)
  • (website) Fix typos in configuration docs (#329) - (d863c94)
  • (website) Add instructions for installing the latest git version - (be87608)

โš™๏ธ Miscellaneous Tasks

  • (ci) Update the link checker configuration (#315) - (32cbea8)
  • (config) Update tag_pattern value for backwards compatibility - (2c621f7)
  • (img) Add more images - (2792362)
  • (img) Add git-cliff logo - (51f5e5b)
  • (release) Update cargo-deb usage - (213f383)
  • (website) Update the tracking link - (eb9f8e9)

v1.3.1

7 months ago

1.3.1 - 2023-09-30

โ›ฐ๏ธ Features

๐Ÿ› Bug Fixes

  • (ci) Update cargo-tarpaulin arguments - (83a0371)

๐Ÿšœ Refactor

  • (ci) Simplify cargo-tarpaulin installation - (95f8d53)

๐Ÿ“š Documentation

  • (installation) Update instructions for Arch Linux - (291a928)
  • (installation) Add instructions for Alpine Linux - (3199bba)
  • (license) Re-license under the MIT + Apache 2.0 license (#303) - (cd56344)
  • Update Tera links to the new URL (#272) - (890de00)

โš™๏ธ Miscellaneous Tasks

โ—€๏ธ Revert

v1.3.1-rc.0

7 months ago