Pre-release v2.0.0-rc.0
Pre-release
Pre-release
github-actions
released this
18 Feb 10:27
·
346 commits
to main
since this release
Release v2.0.0-rc.0 Bug Fixes - Set the correct previous tag when a custom tag is given (6203f77) - Allow version bump with a single previous release (d65aec9) - Fix previous version links (#364) (44c93b7) - Skip checking the GitHub commit URLs (273d6dc) - Use prism-react-renderer v2 with docusaurus (664ff9b) - Use node version 18 (46dcce3) - Trim the trailing newline from message (#403) (514ca4b) - Fix broken pipe when stdout is interrupted (#407) (bdce4b5) - Sort commits in topological order (#415) (29bf355) - Update cargo-msrv arguments (131dd10) Documentation - Add installation instructions for Homebrew (#357) (b2f8091) - Add instructions for adding new fixtures (8290769) - Split the configuration section (67486cc) - Add git-cliff animation to the website (#404) (0561124) - Use the raw link for the animation (2c524b8) - Add tip about link parsers (4bd47a6) - Add tips and tricks section (82e93c2) - Fix typo (#466) (34a58e6) - Improve matching gitmoji tip (#486) (0731646) - Mention RustLab 2023 talk (668a957) Features - Set `CHANGELOG.md` as default missing value for output option (#354) (04d149e) - Allow returning the bumped version (#362) (5e01e4c) - (breaking) Support templating in the footer (#369) (0945fa8) - Support initialization with built-in templates (#370) (4bee628) - Support using regex scope values (#372) (19e65c2) - Add merge_commit flag to the context (#389) (dd27a9a) - Support using SHA1 of the commit (#385) (1039f85) - Add `-x` short argument for `--context` (327512a) - (breaking) Set tag to `0.0.1` via `--bump` if no tags exist (3291eb9) - Support tag prefixes with `--bump` (#347) (2399e57) - (breaking) Support integration with GitHub repos (#363) (5238326) - Improve skipping via `.cliffignore` and `--skip-commit` (#413) (faa00c6) - Support using PR title in the GitHub template (#418) (6f32f33) - Set the timestamp of the previous release (d408e63) - Add search bar to the website (2d30491) - Add `--no-exec` flag for skipping command execution (#458) (7ae77ff) - Support using PR labels in the GitHub template (#467) (30d15bb) Miscellaneous Tasks - Add Mastodon link to the website (2e761c9) - Update the titles for distro installations (ff2881b) - Don't update PRs for the main branch (96a220c) - Group the dependency updates for creating less PRs (c6a92bf) - Remove limited commits example (8e1e0d7) - Use 0.1.0 as default next release if no tag is found (3123fd2) - Disable the default behavior of next-version (#343) (4eef684) - Update templates about GitHub integration (3f5107a) - Bump docusaurus to 3.1.0 (af4482b) - Fix broken anchors (34593dd) - Rename the header for GitHub integration (3fd9476) - Update copyright years (edc6bc0) - Fix URLs in navigation bar (#438) (70cab99) - Explicitly set the directory of command to current dir (722efd6) - Use postprocessors for checking the typos (5212cc9) - Bump MSRV to 1.74.1 (bd5e4d2) - Use full links in GitHub templates (#503) (a521891) - Update versions in Dockerfile (51198a5) - Revamp the configuration files (9500bf8) - Skip dependabot commits for dev updates (7f89160) Refactor - Remove unnecessary newline from configs (8edec7f) - Support `--bump` for processed releases (#408) (89e4c72) - Use postprocessors for checking the typos (764e858) - Apply clippy suggestions (a38c3fa) - Simplify cargo-msrv installation (f04bf6e) - Use hardcoded workspace members for cargo-msrv command (ec6035a) Styling - (breaking) Use dark theme as default (dcc5116) - Add GitHub logo to the header (1da7cac) Testing - Add test fixture for bumping version (c94cb6a) - Update the date for example test fixture (991a035) - Update the bumped value output to add prefix (f635bae) - Use the correct version for missing tags (0ca4cdb)