Skip to content

Releases: orhun/git-cliff

Release v0.3.0

10 Sep 22:09
v0.3.0
7f8e252
Compare
Choose a tag to compare

Bug Fixes

  • Fix default regexes and references in docs (#7)

Documentation

  • Update installation instructions for Arch Linux
  • Add badge for joining the Matrix chat
  • Update example regexes
  • Update the default regex in scoped config example

Features

  • Support parsing the missing scopes with default_scope (#8)
  • Support generating a changelog scoped to a directory (#11)

Miscellaneous Tasks

  • Upgrade dependencies

Release v0.2.6

04 Sep 17:13
v0.2.6
4590c51
Compare
Choose a tag to compare

Bug Fixes

  • Pin the cargo-chef version in Dockerfile

Documentation

  • Update docker commands to only mount the .git directory

Miscellaneous Tasks

  • Bump git-conventional to 0.10.1 (fixes #6)
  • Bump dependencies
  • Bump cargo-chef version in Dockerfile

Release v0.2.5

20 Aug 22:06
v0.2.5
ae8821a
Compare
Choose a tag to compare

Documentation

  • Mention breaking changes for templating
  • Update template examples to mention how to contribute

Features

  • Add breaking_description to the template context (#4)

Miscellaneous Tasks

  • Show the committed changes before creating a tag

Release v0.2.4

20 Aug 20:56
v0.2.4
5219b9e
Compare
Choose a tag to compare

Bug Fixes

  • Change the config file location for crates.io release

Release v0.2.3

18 Aug 23:37
v0.2.3
e6fe05b
Compare
Choose a tag to compare

Bug Fixes

  • Fetch the dependencies before copying the file to embed

Release v0.2.2

18 Aug 23:09
v0.2.2
2d2f1be
Compare
Choose a tag to compare

Bug Fixes

  • Copy the config file into registry to resolve it for embed

Release v0.2.1

18 Aug 21:50
v0.2.1
df241e4
Compare
Choose a tag to compare

Bug Fixes

  • Copy the configuration file to embed into package

Release v0.2.0

18 Aug 21:17
v0.2.0
a067433
Compare
Choose a tag to compare

Bug Fixes

  • Use custom error type for UTF-8 errors

Documentation

  • Update the doc comment of prepend

Features

  • Embed the default configuration file into the binary
  • Add --init flag for creating the default config
  • Support a global location for configuration file (#2)

Miscellaneous Tasks

  • Move cliff.toml to config/

Refactor

  • Create a constant for default configuration file
  • Update the log message for unprocessed tags

Styling

  • Update the message of --init flag

Release v0.1.2

14 Aug 14:04
v0.1.2
c5f5821
Compare
Choose a tag to compare

Bug Fixes

  • Use the correct name of completions binary

Documentation

  • Update the example completion command

Release v0.1.1

14 Aug 13:50
v0.1.1
8347944
Compare
Choose a tag to compare

Bug Fixes

  • Set the previous release when using --latest (#3)

Documentation

  • Add installation instructions for the AUR

Miscellaneous Tasks

  • Rename the shell completions binary
  • Upgrade dependencies

Performance

  • Process only the last 'previous' release
  • Optimize the release vector size