2.6.1 - 2024-09-27
- (npm) Add missing
--use-branch-tags
flag to TS options (#874) - (e21fb1d) - (remote) Avoid setting multiple remotes (#885) - (a344c68)
- (website) Add conversion to pdf to tips-and-tricks (#889) - (58dc108)
- (website) Add get_env filter example for GitLab CI - (dfe4459)
- (ci) Update pedantic lint command (#890) - (8d10edb)
- (docker) Disable building arm64 docker images temporarily (#879) - (cde2a8e)
- (fixtures) Build binaries using dev profile (#886) - (a394f88)
- @Krensi made their first contribution in #889
2.6.0 - 2024-09-22
- (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)
- (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)
- (template) [breaking] Add name parameter to the constructor - (e577113)
- (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)
- (ci) Check pedantic lints (#853) - (c77420c)
- (examples) Improve example templates (#835) - (08e761c)
- (lib) Fix typos in code comments - (81854d2)
- (npm) Bump dev dependencies - (61b86f1)
- @pplmx made their first contribution in #824
2.5.0 - 2024-08-24
- (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)
- (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)
- (config) Make example templates more user-friendly - (6f8ea19)
- (gitlab) Clean up url encoding for GitLab - (c791418)
- (lib) Clean up some code (#709) - (4b0c0eb)
- (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)
- (cd) Remove unnecessary git-cliff-action output file (#738) - (9f39bcb)
- (config) Include new contributors in repository changelog - (5474978)
- (config) Check for null commit_id in detailed template (#786) - (388b007)
- (config) Fix comment for changelog header template - (35b886e)
- (config) Update keepachangelog.toml comment (#779) - (f9e500e)
- (website) Remove v2 announcement - (a71649b)
- (website) Add discord button to navbar - (565b9c8)
- @janbuchar made their first contribution in #784
- @oberrich made their first contribution in #809
- @tisonkun made their first contribution in #599
- @DerTiedemann made their first contribution in #758
- @artrz made their first contribution in #779
- @myl7 made their first contribution in #776
- @pawamoy made their first contribution in #774
- @tonybutt made their first contribution in #742
- @PigeonF made their first contribution in #748
2.4.0 - 2024-06-26
- (args) Add
--ignore-tags
argument (#696) - (94891c2) - (bump) Support bumping based on configurable custom pattern (#725) - (8e03356)
- (bump) Support setting the
initial_tag
(#701) - (7341500) - (changelog) Add tag message to release context (#713) - (3eb828e)
- (changelog) Make
changelog.header
a template (#698) - (9fc12bb) - (changelog) Support parsing commits by footer (#569) - (50c240c)
- (changelog) Make remote data available in context (#703) - (d14774a)
- (codeberg) Add Gitea support (#680) - (403d3dc)
- (context) Add repository path to template context (#721) - (e7807e1)
- (fixture) Support running fixtures on mingw64 (#708) - (dabe716)
- (website) Update dependencies to fix search issue - (8a9f9f4)
- (bump) Add documentation and simplify implementation - (bea4916)
- (website) Add highlights for 2.4.0 (#729) - (5558cc5)
- (website) Add more context about
ignore_tags
matching commits (#710) - (854b411) - (website) Fix link to github-keepachangelog template (#694) - (eac2195)
- (website) Add information about
--bump
withtag prefixes
(#695) - (4cd18c2)
- @bukowa made their first contribution in #710
- @MeitarR made their first contribution in #713
- @Cyclonit made their first contribution in #698
- @jan-ferdinand made their first contribution in #569
- @Theta-Dev made their first contribution in #680
- @tcarmet made their first contribution in #694
2.3.0 - 2024-06-03
- (bitbucket) Add Bitbucket support (#663) - (8ffc054)
- (gitlab) [breaking] Add GitLab support (#654) - (b490f2a)
- (output) Support using stdout via dash (
-o -
) (#644) - (df81f63)
- (nix) Add installation instructions for Nix (#669) - (63c8ad4)
- (website) Add highlights for 2.3.0 (#670) - (1338703)
- (website) Clean up Nix docs - (2c2a300)
- (website) Add more git range examples (#655) - (d451252)
- (cd) Use macos-14 runner - (22c94ed)
- (example) Allow using github template without github variables (#672) - (6a9feba)
- (links) Ignore patreon links - (bfe2774)
- @0x61nas made their first contribution in #669
- @dark0dave made their first contribution in #663
- @antonengelhardt made their first contribution in #653
2.2.2 - 2024-05-11
- (changelog) Ignore empty lines when using
split_commits
(#608) - (b8fb852) - (parser) Allow matching empty commit body (#605) - (1d1b3b8)
- (readme) Add social media badges - (d53b905)
- (website) Add note about supported platforms for NPM - (4e4d7cd)
- (website) Add SourceHut builds example (#617) - (f636cfc)
- (npm) Add minimum supported Node versions (#621) - (95bdf2d)
- (pypi) Disable PyPi builds for x86_64-pc-windows-gnu - (f675b0b)
- (tests) Don't check last commit (#619) - (68b9839)
- @lanesawyer made their first contribution in #621
- @timharek made their first contribution in #617
- @AntoineGS made their first contribution in #608
2.2.1 - 2024-04-10
- (readme) Mention git-changelog-command-line tool (#589) - (d65b443)
- (website) Add GITHUB_REPO variable to GitHub action (#597) - (3b74254)
- (website) Update release date - (45132da)
- (ci) Remove audit check - (6ba6809)
- @clementnuss made their first contribution in #597
- @tomasbjerre made their first contribution in #589
2.2.0 - 2024-03-30
- (changelog) Make rendering errors more verbose - (7ee3c86)
- (config) Support detecting config from project manifest (#571) - (9eb3d65)
- (release) Make the bump version rules configurable (#530) - (152414c)
- (changelog) Update the commit processing order (#556) - (c5ef9ab)
- (changelog) Return the last version if there is nothing to bump - (45c87f2)
- (command) Add missing environment variables for Windows (#532) - (9722784)
- (commit) Trim the text before matching with commit parser (#573) - (4971b23)
- (config) Drop extra '(' in first commit URL in github-keepachangelog (#535) - (8b3d09f)
- (npm) Fix authenticating for
yarn npm publish
(#574) - (5a0ce6a) - (release) Fix typo in the installation of typos-cli (#545) - (700281a)
- (website) Add highlights for 2.2.0 (#575) - (2e81ad0)
- (website) Fix the documentation for
--include-path
(#567) - (4a7aa7e) - (website) Update setup-git-cliff action documentation - (4f46396)
- (website) Add documentation for taiki-e/install-action (#563) - (85db777)
- (ci) Temporarily disable semver checks - (f26fbe0)
- (ci) Comment on pull requests about semver checks - (ccdc152)
- (config) Skip clippy commits in changelog - (830528c)
- (github) Remove cname - (679aa46)
- (github) Update funding options - (4bedf76)
- (github) Use form based issue templates (#529) - (8f8e221)
- (npm) Publish rc version for prereleases (#528) - (16bea51)
- (pypi) Update maturin version (#539) - (10b7ab8)
- (website) Allow deploying website manually - (0b64bc0)
- (website) Only deploy website when there is a new release - (8651832)
- @jsurkont made their first contribution in #530
- @dupuy made their first contribution in #535
- @daniel-carr-3000 made their first contribution in #532
2.1.2 - 2024-03-03
- (args) Add
--tag-pattern
argument (#526) - (b4e7a34) - (npm) Add programmatic API for TypeScript (#523) - (8b33267)
- (cd) Set the correct GitHub repository URL - (7f379a9)
- (cd) Set a flag as a workaround for the NPM package - (717abce)
- (cd) Set node version to 18 for building NPM packages - (5dd0d2e)
- (cd) Explicitly set the Homebrew formula path - (8d2f1fa)
- (cd) Set the GitHub repository explicitly - (0e46500)
- (config) Fix commit parser regex in the default config - (110b9b8)
- (github) Sanitize the GitHub token in debug logs - (be34949)
- (cd) Simplify checking pre-releases - (87a04fb)
- (changelog) Do not output to stdout when prepend is used - (8ee0da1)
- (website) Add tip about skipping commits by PR label - (6d3354c)
- (website) Add instructions for installing from WinGet (#520) - (eeaa406)
- (website) Use a short link for reporting issues - (ba83c8a)
- (ci) Auto-bump the homebrew formula - (61d055b)
- (ci) Enable default features for windows builds - (18f4923)
- (ci) Check semver violations via CI - (a25a114)
- (fixtures) Enable verbose logging for output - (2927231)
- @lloydjatkinson made their first contribution in #520
2.0.4 - 2024-02-22
- (docker) Enable github feature for the docker image - (bc882e3)
- (github) Support overriding the GitHub API URL (#512) - (8199699)
- (cd) Do not execute commands for the release changelog - (1aaa9b2)
- (config) Add animation to the header of the changelog - (4f741a7)
- (website) Bump the version of git-cliff-action - (f255ad3)
- (website) Add announcement bar for the new release - (1d32a14)
2.0.2 - 2024-02-19
- (release) Add note about GitHub variables - (54e21de)
2.0.1 - 2024-02-19
- (cd) Disable PyPI builds for linux-x86-glibc - (30d8e41)
2.0.0 - 2024-02-19
- (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)
- (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)
- (changelog) Support
--bump
for processed releases (#408) - (89e4c72) - (ci) Use hardcoded workspace members for cargo-msrv command - (ec6035a)
- (ci) Simplify cargo-msrv installation - (f04bf6e)
- (config) Use postprocessors for checking the typos - (764e858)
- (config) Remove unnecessary newline from configs - (8edec7f)
- (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)
- (website) Add GitHub logo to the header - (1da7cac)
- (website) [breaking] Use dark theme as default - (dcc5116)
- (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)
- (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)
- (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)
- (config) Use postprocessors for checking the typos - (5212cc9)
- @welpo made their first contribution in #486
- @bobrik made their first contribution in #415
- @vbx made their first contribution in #403
- @nappa85 made their first contribution in #362
- @sh-cho made their first contribution in #357
1.4.0 - 2023-10-29
- (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)
- (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)
- (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)
- @woshilapin made their first contribution in #318
- @debghs made their first contribution in #329
- @dpecos made their first contribution in #312
- @liuyinz made their first contribution in #307
1.3.1 - 2023-09-30
- (ci) Update cargo-tarpaulin arguments - (83a0371)
- (ci) Simplify cargo-tarpaulin installation - (95f8d53)
- (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)
1.3.0 - 2023-08-31
- (cd) Do not publish release notes for pre-releases (#249) - (7a82aa1)
- (cd) Disable win32-arm64 PyPI builds - (baf34a8)
- (deps) Avoid problematic serde release - (87f74bc)
- (examples) Add missing newline (#253) - (aad4222)
- (informer) Do not inform about pre-releases (#249) - (87e47e6)
- Fix previous release references - (fbb605e)
- (config) Use a macro for generating commit list - (c695ca3)
- (docker) Avoid copying volume inside container (#142) - (65d365c)
- (lib) Use implicit serde imports - (c8cf855)
- (blog) Add blog post for 1.3.0 release (#264) - (93d4aa4)
- (example) Update the header of configuration examples - (0bf5ebe)
- (example) Add example for generating changelog similar to cocogitto - (e1cf26e)
- (readme) Add contributors graph - (3c9ced0)
- (config) Further beautify the changelog in this repo - (fd7446c)
- (config) Apply formatting to configuration files - (e9aa991)
- Fix formatting - (14725e5)
- (changelog) Add cases for
docs:
prefix (#167) - (3a717e2) - (repo) Add an informative error message to failing test - (7d7470b)
- Fix keep a changelog test case - (0a6ed62)
- Fix keep a changelog test case - (f5d3365)
- (cargo) Update MSRV to 1.70.0 - (1068912)
- (cd) Use the latest git-cliff-action for releases - (3eb97b8)
- (cd) Support creating prereleases on GitHub - (a22426a)
- (config) Add additional parsers for default config - (b745778)
- (config) Update configuration for alpha/beta/rc releases - (7e7e5a7)
- (config) Skip dependency updates in the changelog - (b2edc23)
- (core) Make git2 optional - (5fdf39a)
- (docker) Update versions in Dockerfile - (0ccab91)
- (github) Add config for welcome bot - (a4725d4)
- (mergify) Rename mergify configuration file - (9fd1be6)
- (mergify) Add configuration file for automatic merge (#245) - (0a79aae)
- (pypi) Publish
git-cliff
on PyPI (#158) - (2b7a1ef) - Check without default features - (e323621)
- @alexfertel made their first contribution in #253
- @beeb made their first contribution in #167
- @PSeitz made their first contribution in #155
1.2.0 - 2023-04-28
- (args) Update clap and clap extras to v4 (#137) - (0e710c2)
- (commit) Make the fields of
Signature
public - (104aac9) - (config) Add a custom configuration file for the repository - (0d4e689)
- (config) Support placing configuration inside pyproject.toml (#147) - (fe5e5b8)
- (docker) Generate SBOM/provenance for the Docker image - (2ef259e)
- (parser) Support using regex group values (#145) - (7767ace)
- (ci) Use MUSL build of cargo-tarpaulin - (98c9e00)
- (ci) Update cargo-tarpaulin installation command for CI - (3019eff)
- (config) [breaking] Nested environment config overrides (#157) - (bb9a889)
- (config) Set max of
limit_commits
to the number of commits (#140) - (06f6732) - (deploy) Set the node cache dependency path - (020b02d)
- (docker) Remove target directory from .dockerignore - (c0f97bd)
- (release) Use the correct argument in release script - (b3eef4a)
- (website) Fix broken links - (77dda53)
- (cd) Remove unnecessary config update - (e42f910)
- (ci) Test the website deployment with a different job - (2d72125)
- (lib) [breaking] Move changelog module to git-cliff-core - (2ab2c8f)
- (test) Handle errors for changelog module tests - (ed389b7)
- (website) Update header location - (72af8ac)
- (blog) Add blog post about what's new in 1.2.0 - (e0a29ef)
- (blog) Update the blog post style - (74cf47e)
- (config) Update the sections - (c402452)
- (config) Add comments to the default configuration file - (7e3adb0)
- (contributing) Mention the nightly requirement for rustfmt - (a5a78fc)
- (contributing) Update MSRV - (a824f48)
- (examples) Move examples to separate file - (db43437)
- (github) Update the pull request template about GitHub labels - (54f735a)
- (github) Update pull request template - (c261fad)
- (github) Update issue templates - (6a076ca)
- (github) Update funding options - (6e35834)
- (github) Add security policy - (823d272)
- (readme) Update README.md about documentation website - (56240fd)
- (readme) Add tj-actions/git-cliff to the list of actions (#152) - (2520dd2)
- (readme) Add discord badge - (9fa5dd4)
- (readme) Add release-plz to related projects (#151) - (f781e29)
- (readme) Fix typos in README.md - (38943e8)
- (readme) Remove unneeded word in README.md (#141) - (6f1459b)
- (readme) Add link to the Console #141 interview about git-cliff - (d057390)
- (website) Add Twitter link to banner - (ee5ea85)
- (website) Move documentation to the website (#153) - (56d3544)
- (docs) Fix the grammar for tj-actions - (53c0c1d)
- (docs) Update the formatting for python integration example - (3ee6724)
- (readme) Update the style for project name - (c41bbe0)
- (readme) Apply formatting - (a4290c7)
- (website) Update the style for environment variable section - (24ba433)
- (deploy) Test the website deployment for pull requests - (6f8a2f9)
- (cargo) Update MSRV to 1.64.0 - (84f20f9)
- (cd) Temporarily switch back to action-rs/toolchain - (1f897e3)
- (ci) Switch to dtolnay/rust-toolchain action - (d54f72a)
- (ci) Update runner images - (07e7938)
- (docker) Update versions in Dockerfile - (95e8408)
- (docker) Bump the action versions in docker workflow - (c02538f)
- (docker) Bump build-push-action to v4 - (0c84ed8)
- (editorconfig) Fix editorconfig syntax - (e35d83d)
- (editorconfig) Update editorconfig for better code readability - (8a4f928)
- (examples) Remove EXAMPLES.md - (8038659)
- (github) Integrate Dependabot - (fe5a4dd)
- (github) Integrate bors - (1ab6f39)
- (github) Add contact links for issues - (d3cb25b)
- (website) Add workflow file for deploying the website - (f550458)
- (website) Move website to website folder - (5644d10)
- (website) Move website to docs for GitHub pages deployment - (b6e52e1)
- @mackness made their first contribution in #157
- @jackton1 made their first contribution in #152
- @lbowenwest made their first contribution in #137
- @jankatins made their first contribution in #141
- @saidsay-so made their first contribution in #140
1.1.2 - 2023-01-20
- (changelog) Allow saving context to a file (#138) - (08ea900)
- (changelog) Do not skip all tags when
skip_tags
is empty (#136) - (eee35ad) - (git) Derive the tag order from commits instead of timestamp (#139) - (4df5656)
- (fmt) Update the derives in config module - (336b25f)
- (cargo) Add metadata for cargo-binstall - (31dac34)
- (docker) Update versions in Dockerfile - (353ca62)
1.1.1 - 2023-01-09
- (npm) Fix the type casting in base NPM package - (bc0807f)
- (npm) Fix the variable declaration for NPM package OS - (f40a565)
- (npm) Rename the NPM binary package for Windows - (ce1d468)
- (readme) Update README.md about the NPM package - (e0177c2)
- (cd) Parallelize releasing on crates.io - (24c8e3e)
- (cd) Add README.md to the base NPM package - (e2e124e)
- (npm) Add more keywords to the base NPM package - (abe68a2)
- (npm) Package
git-cliff
for npm (#133) - (b7dd592)
1.1.0 - 2023-01-08
- (cd) Use the git-cliff-action output for GitHub release body - (03cf3a7)
- (readme) Update copyright years - (261ee4f)
- (readme) Disable Liquid parsing in README.md by using raw blocks - (6e8c7ed)
- (cd) Publish binaries for more platforms/architectures - (ce1b7c3)
- (cd) Bump git-cliff-action to v2 - (1b3cba8)
- (config) Update the description in the default config - (0350bfd)
- (docker) Add Jekyll configuration to .dockerignore - (5dd1a15)
- (github) Add Jekyll theme configuration for GitHub pages - (81e5720)
- (release) Improve the release script with additional messages - (09ab59f)
1.0.0 - 2022-12-25
- (cd) Publish Debian package via release workflow (#113) - (efd827f)
- (cd) Include completions and mangen in binary releases (#115) - (9a070b2)
- (changelog) [breaking] Use current time for
--tag
argument (#107) - (e2cd07b) - (changelog) Allow running with
--prepend
and--output
(#120) - (7325be8) - (changelog, config) [breaking] Replace
--date-order
by--topo-order
- (77731ec)
- (fixtures) Fix test fixture failures - (29b3dd1)
- (readme) Fix GitHub badges in README.md - (acf2d52)
- (readme) Update README.md about the styling of footer field - (47a7345)
- (cd) Remove deprecated set-output usage - (5187f02)
- (ci) Update actions/checkout to v3 - (6c37611)
- (config) Comment out custom commit preprocessor (#112) - (8f77caf)
- (fixtures) Run all test fixtures - (53c1c50)
0.10.0 - 2022-11-20
- (args) Add a short variant
-d
for specifying--date-order
flag - (5913e24) - (changelog) Do not skip breaking changes if configured (#114) - (1c98995)
- (config) Changelog for the last n commits (#116) - (0c7769b)
- (changelog) Warn against invalid tag range for
--current
flag (#124) - (e73fd9f) - (docker) Fix syntax error in Dockerfile - (5f9b2d5)
- (docker) Use an alternative method to fetch registry - (876b13b)
- (deps) Utilize workspace dependencies - (f2def40)
- (docker) Improve cargo-chef caching in Dockerfile - (0f38960)
- (readme) Update badge URL for Docker builds - (a8fa7f9)
- (readme) Add MacPorts install info (#111) - (f9d4b88)
- (docker) Update versions in Dockerfile - (02e2b8e)
- @FlrnFrmm made their first contribution in #116
- @sbmueller made their first contribution in #114
- @herbygillot made their first contribution in #111
0.9.2 - 2022-09-24
- (audit) Remove cargo-audit config - (078bdc3)
- (ci) Switch to cargo-tarpaulin for measuring code coverage (#110) - (17f3a09)
0.9.1 - 2022-09-20
- (readme) Update styling for with-commit example - (8247301)
0.9.0 - 2022-08-16
- (changelog) Support setting commit SHA while using
--with-commit
- (d453d4c) - (changelog) Support splitting commits by lines (#101) - (e3eae33)
- (commit) Add commit author and committer to the context (#100) - (940065b)
- (commit) Use a more concise conversion for string - (1b13b97)
- (readme) Add test repository link to README.md - (da484a3)
- (build) Enable strip option for release profile - (f70fefd)
- (docker) Upgrade versions in Dockerfile - (6bb4f5b)
- (docker) Disable updating the description on Docker Hub - (cd1306c)
- (docker) Update the description on Docker Hub on push - (9c0e7a2)
- (docker) Enable building arm64 docker images - (f2968cd)
- (docker) Use an alternative method to fetch registry - (220d6e6)
- (funding) Add GitHub Sponsors option for funding - (f3fada7)
- (project) Update MSRV to 1.60.0 - (b55e678)
- @AaronFriel made their first contribution in #101
0.8.1 - 2022-07-12
- (cd) Set fail-fast strategy to false - (4b2ded0)
- (cd) Update windows runners to windows-2022 - (8621a59)
0.8.0 - 2022-07-12
- (changelog) Support external commands for commit preprocessors (#86) - (7d0786c)
- (commit) [breaking] Pass footer token and separator to template (#97) - (0bf499e)
- (config) Support changing commit scope with
commit_parsers
(#94) - (e220768)
- (ci) Update lychee arguments to skip checking protonmail - (a5aaca1)
- (readme) Switch chronological and topological (#99) - (2289199)
- (readme) Clarify that
--tag
argument can be an unexisting tag - (d540f5d)
- (docker) Disable building arm64 docker images temporarily - (175f7d7)
- (project) Set MSRV to 1.58.1 (#87) - (bfcd0d9)
- @hawkw made their first contribution in #97
- @7596ff made their first contribution in #99
- @ofsahof made their first contribution in #94
0.7.0 - 2022-04-24
- (args) [breaking] Prefix environment variables with
GIT_CLIFF_
(#76) - (84507dd) - (args) Add
--context
flag for outputting context (#71) - (95ad55d) - (cli) Show a message if a newer version is available (#69) - (720a7c1)
- (config) Support placing configuration inside Cargo.toml (#46) - (f48d207)
- (git) Support preprocessing commit messages using regex (#62) - (64317f2)
- (log) Print more debug information when
-vv
is used (#79) - (a8efffc) - (man) Add man page generation script (#35) - (03d55c8)
- (build) Pin the Rust nightly version - (97c3044)
- (changelog) Allow custom commit range while prepending (#68) - (1bacc7f)
- (ci) Pin the Rust nightly version - (1b04dbf)
- (fixtures) Update expected changelog date - (2b484f0)
- (log) Remove redundant logging while using
--context
(#71) - (efd40e0)
- (cli) Make update-informer opt-out via feature flag (#69) - (cddb4d4)
- (completions) Use implicit Result type in completions script - (fa2639a)
- (readme) Update the title of projects section - (4f4a82c)
- (readme) Add
cliff-jumper
to similar projects (#83) - (2a21890) - (readme) Update GitHub Actions reference link in README.md - (9801963)
- (readme) Add more regex examples for commit_preprocessors - (9b83518)
- (release) Update the changelog template for tag message - (72544b1)
- (cd) Include man page in the release assets - (a5ddf75)
- (ci) Return to nightly builds (#73) - (312b654)
- (docker) Strip the binaries in Docker image - (aca4ccf)
- (docker) Disable default features for the Docker image - (e6fb20d)
- (docker) Build Docker images for arm64 - (8475e1f)
- (docker) Upgrade versions in Dockerfile - (3aa9a1a)
- @kaushalmodi made their first contribution in #80
- @uyha made their first contribution in #76
- @mgrachev made their first contribution in #73
0.6.1 - 2022-03-13
- (changelog) Use root commit when --latest and there is only one tag (#59) - (3ccec7f)
- (changelog) Do not skip all tags when
skip_tags
is empty (#63) - (ff1d981) - (example) Fix
keepachangelog
config example (#66) - (9b5f0bb) - (project) Use the correct branch for codecov (#65) - (8f3325e)
- (core) Document timestamp format of
Release
struct (#67) - (d68eb12) - (readme) Add another option of GitHub Actions (#64) - (db7edf5)
0.6.0 - 2022-02-12
- (changelog) [breaking] Use conventional commit body to check against commit parsers - (e1da611)
- (changelog) Add
link_parsers
for parsing/extracting links (#42) - (b88e7d3) - (changelog, config) [breaking] Replace --topo-order by --date-order (#58) - (a3980f4)
- (config) Make the
changelog
section optional (#45) - (e02ae0b) - (config) Make the
git
section optional (#45) - (8202e37)
- (changelog) Set the previous release when using
--unreleased
(#47) - (2be04f8) - (changelog) Only drop previous releases if skipped (#44) - (943c23f)
- (ci) Update grcov download command - (5bfb454)
- (ci) Use the correct tar command for extracting grcov archive - (a3f3aa6)
- (ci) Update the download link of latest grcov release - (c47133a)
- (ci) Run clippy from nightly toolchain - (7d766d7)
- (config) Lower the priority of global configuration file (#51) - (2595952)
- (test) Update tests about optional config values - (8bb48b0)
- (tests) Update custom error tests - (58165c7)
- (config) [breaking] Change the default value of
trim
totrue
- (3b3ef7e) - (lib) Unify serde and serde_derive using derive feature (#57) - (bedabc9)
- (config) Add minimal example - (848d8a5)
- (readme) Update copyright years - (0a3c56c)
- (readme) Update template contexts about link_parsers - (dce09d7)
- (changelog) Comply with MD022 and fix minor typos (#61) - (0293b28)
- (readme) Update the styling - (dcb3141)
- (args) Update arg parsing to clap v3 (#49) - (d961b53)
- (cd) Update the runner to macos-11 - (960cb4a)
- (ci) Run cargo-audit for checking vulnerabilities - (cfe41fe)
- (docker) Bump the Rust version in Dockerfile - (d4cbb85)
- @bachp made their first contribution in #42
0.5.0 - 2021-12-15
- (args) Add
--with-commit
argument for including custom commit messages in changelog - (e4c60b2) - (args) Add
--current
flag for processing the current tag (#37) - (02a6187) - (args) Add
--exclude-path
argument for excluding related commits - (25a1d49) - (args) Support multiple values for
--commit-path
argument - (edb343a) - (args) Accept glob patterns for
--commit-path
argument - (ad11cbf) - (changelog) Support having both conventional and unconventional commits in the changelog - (8445313)
- (changelog) Add
--topo-order
flag for sorting tags (#29) - (cc09d63) - (config) Add
ignore_tags
option (#40) - (de11cce) - (config) Support specifying the sorting methods in config (#31) - (4eb334d)
- (template) Use more explanatory error messages about templates - (1a9c3e3)
- (args) Override the sort related config if args are present (#39) - (ef63727)
- (changelog) Drop the skipped releases from 'previous' field - (7f867ae)
- (fixtures) Strip the carriage return on fixtures while comparing - (d7e8ce2)
- (fixtures) Update the multi line docker command - (c8d288c)
- (fixtures) Use the defined configuration file for fixtures - (bbc58d7)
- (fixtures) Checkout the repository before running fixtures - (cb412a9)
- (tests) Update log test about exclude path - (9d213f5)
- (config) Rename the config value for commit order - (6cec37d)
- (readme) Update
--with-commit
example in README.md - (47d124a)
- (args) [breaking] Rename
--commit-path
argument to--include-path
- (7b000ad)
- (config) Indicate the breaking changes via default config - (316c11b)
- (fixtures) Run test fixtures on ubuntu-latest - (dea65f2)
- (fixtures) Improve the workflow for test fixtures - (92a54d6)
0.4.2 - 2021-10-22
- (cd) Install the Rust toolchain explicitly for crates.io releases - (2cee3bf)
0.4.1 - 2021-10-22
- (git) Use a better error message for invalid repo path - (f447cc2)
- (readme) Update GitLab CI/CD section - (2925340)
- (readme) Add GitLab CI/CD section to README.md (#24) - (90a87c5)
- (ci) Run CI workflows periodically - (627d4ef)
- (docker) Bump the Rust version in Dockerfile - (fc33efd)
- (project) Migrate to Rust 2021 edition - (0000000)
- (project) Remove unnecessary Cargo.lock entry from .gitignore - (481713c)
0.4.0 - 2021-10-01
- (ci) Update lychee arguments to skip checking files - (ba3f1ca)
- (config) Remove only the leading "v" from tags (#18) - (e444615)
- (docker) Remove tags from the base image names - (ece0481)
- (config) Add scope-sorted example (#16) - (05584b6)
- (readme) Add "build from source" section to README.md - (b193f42)
- (readme) Mention the signing key for binary releases (#17) - (9022af5)
- (readme) Add packaging status badge to installation section - (5409e06)
- (readme) Add raw/rendered output for scoped-sorted example - (f64459d)
- (config) Fix the newline issues in scoped-sorted example - (428d407)
- (docker) Use docker.yml workflow for CI/CD - (7756266)
- (docker) Use explicit image name for docker automated builds - (777375f)
- (docker) Specify the latest tag explicitly - (6bafc5d)
- (docker) Rename the GHCR package due to legacy reasons - (71b8846)
- (docker) Extend the tags for docker meta - (dff2e62)
- (docker) Use docker meta for tagging for GHCR - (081b2d2)
- (docker) Use cache for docker builds - (d3140ed)
- (workflow) Update the runner to ubuntu-20.04 - (5069594)
- (workflow) Set a version for the checkout action - (b323e60)
- @FoxxMD made their first contribution in #16
0.3.0 - 2021-09-10
- (changelog) Support generating a changelog scoped to a directory (#11) - (0bb7c91)
- (changelog) Support parsing the missing scopes with
default_scope
(#8) - (b5df656)
- (config) Update the default regex in scoped config example - (0d793ad)
- (readme) Update example regexes - (f420a5a)
- (readme) Add badge for joining the Matrix chat - (b5edfc2)
- (readme) Update installation instructions for Arch Linux - (8fb18b7)
- @Groxx made their first contribution in #7
0.2.6 - 2021-09-04
- (docker) Pin the cargo-chef version in Dockerfile - (af1851c)
- (readme) Update docker commands to only mount the .git directory - (4398828)
- (docker) Bump cargo-chef version in Dockerfile - (612192b)
0.2.5 - 2021-08-20
- (readme) Update template examples to mention how to contribute - (4c6e64b)
- (readme) Mention breaking changes for templating - (6fa5d28)
- (release) Show the committed changes before creating a tag - (59ffe53)
0.2.4 - 2021-08-20
- (cd) Change the config file location for crates.io release - (a9b286c)
0.2.3 - 2021-08-18
- (cd) Fetch the dependencies before copying the file to embed - (9e29c95)
0.2.2 - 2021-08-18
- (cd) Copy the config file into registry to resolve it for embed - (48ea157)
0.2.1 - 2021-08-18
- (cd) Copy the configuration file to embed into package - (68dda36)
0.2.0 - 2021-08-18
- (config) Support a global location for configuration file (#2) - (210b634)
- (config) Add
--init
flag for creating the default config - (183481b) - (config) Embed the default configuration file into the binary - (e5148e3)
- (config) Use custom error type for UTF-8 errors - (45889c0)
- (lib) Update the log message for unprocessed tags - (6f154ce)
- (lib) Create a constant for default configuration file - (c478f2c)
- (changelog) Update the doc comment of
prepend
- (e7ae5a0)
- (args) Update the message of
--init
flag - (927776b)
- (config) Move
cliff.toml
to config/ - (acda195)
0.1.2 - 2021-08-14
- (cd) Use the correct name of completions binary - (3ae64f4)
- (completions) Update the example completion command - (f1fd88a)
0.1.1 - 2021-08-14
- (readme) Add installation instructions for the AUR - (f1b495d)
- (changelog) Optimize the release vector size - (7e84797)
- (changelog) Process only the last 'previous' release - (f859747)
- (project) Rename the shell completions binary - (718f535)
- (args) Add
--output
argument - (e0cda23) - (args) Add
--workdir
argument - (de439be) - (changelog) Support setting the body template via args - (9fc08f4)
- (logs) Show the processed commit message - (45dccf7)
- (cd) Wait for core library to update on crates.io before publish - (e795460)
- (cd) Wait between publishing crates - (777b3e5)
- (cd) Generate changelog on a dedicated/different job - (2f16dd5)
- (cd) Fix the syntax of publish step arguments - (6414789)
- (cd) Use a separate step for setting the changelog body - (f038054)
- (cd) Publish the cargo workspace members separately - (acc1d34)
- (cd) Strip the changelog header before escaping - (6b97c2d)
- (cd) Use printf to prevent field splitting the variable - (92a4b0d)
- (cd) Double quote the environment variable - (85aa1cd)
- (changelog) Return error if there is not a latest tag to process - (8232111)
- (changelog) Use footers field as an array for the context - (3e5c23d)
- (ci) Update lychee arguments to exclude invalid links - (e1d604c)
- (config) Update the environment variable parsing settings - (9984abf)
- (config) Update config to skip release commits - (2e5f30a)
- (config) Update commit parsers to match the commit type - (24b9068)
- (example) Remove symbolic link - (ed010be)
- (example) Update symbolic link to the default config - (ee377cc)
- (git) Sort the commits in topological order - (a1b4b5b)
- (git) Return tags by their creation order - (000a67c)
- (release) Fix the character escape in release script - (5d616ee)
- (release) Specify the committer email in release script - (381c941)
- (release) Strip the unreleased title from tag message - (c7f08fe)
- (template) Use 7 digits for short SHA - (1f85263)
- (test) Use default tag_pattern for tests - (e6fb8de)
- (args) Rename changelog argument to prepend - (5a5a042)
- (args) Update value names and description - (c697b17)
- (args) Update the value name for
--strip
- (e8a3c35) - (config) Make tag_pattern optional - (3a27a3e)
- (error) Use custom error message for GroupError - (1be66ee)
- (logs) Improve logging - (5333453)
- (bin) Update the doc comment for completions script - (c056196)
- (contributing) Add CONTRIBUTING.md - (0fe28b3)
- (readme) Add preview image to README.md - (6e6bdde)
- (readme) Update detailed template example - (441ed4d)
- (readme) Add examples for templating - (a406158)
- (readme) Add examples for CLI usage - (32f837e)
- (readme) Update README.md about template and examples - (2f2b2fc)
- (readme) Update README.md about usage - (7f4a9c2)
- (readme) Add usage section - (c87fbbe)
- (release) Add RELEASE.md - (ce2246b)
- (release) Add link to the signer key of the tag - (59b7c6e)
- (config) Update the order of entries in config - (9f84fe5)
- (readme) Remove quotes from rendered output - (dfab978)
- (readme) Wrap table of contents into summary - (fa6a38b)
- (readme) Remove comments from template context - (1cf1ac7)
- (readme) Update the comments in template context - (3749490)
- (readme) Center the badges - (f08ff0c)
- (config) Add tests - (11a7a7e)
- (git) Update repository tests about getting the latest tag - (9cf9ac1)
- (cargo) Update project details - (22f0a7e)
- (cd) Enable crates.io releases - (31ecfd8)
- (cd) Use only one step for uploading releases - (42a714f)
- (cd) Use separate steps for uploading releases - (0182533)
- (cd) Remove the custom changelog template - (d826b9d)
- (cd) Override the changelog template - (41053fb)
- (cd) Set the release body on linux - (7623977)
- (cd) Fix setting the release body - (62403be)
- (cd) Set the changelog as release body - (66dfbf4)
- (cd) Set the release name explicitly - (0e5a7b1)
- (config) Update template to include commit ids - (e3d3482)
- (config) Update the skip_tags regex - (28171f0)
- (docker) Bump the rust version - (a2df26f)
- (docker) Rename the docker automated builds action - (ad3126e)
- (docker) Remove user directive from Dockerfile - (076fc85)
- (git) Remove etc directory from .gitignore - (8881083)
- (project) Update .editorconfig about shell scripts - (c898912)
- (project) Update the release script about arguments - (098c6ad)
- (project) Add release script - (d76bb9b)
- (release) Indicate which versions are managed by the script - (f481081)
- (release) Verify the created tag after creation - (99f2f07)
- (release) Set the new version in release script - (6619c38)
- (release) Include the commit id in the custom template - (5677281)
- (release) Set a custom changelog for the tag message - (c4df0fa)
- (release) Add release title to the tag message - (6099b2d)
- (release) Strip the markdown format from tag message - (3cb6761)
- Chore(config): update template to include commit ids - (f95fca9)