Skip to content

Releases: orhun/git-cliff

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

Release v0.1.0

12 Aug 11:27
v0.1.0
2b8b4d3
Compare
Choose a tag to compare

Bug Fixes

  • Update the environment variable parsing settings
  • Use footers field as an array for the context
  • Sort the commits in topological order
  • Return error if there is not a latest tag to process
  • Update symbolic link to the default config
  • Remove symbolic link
  • Use 7 digits for short SHA

Documentation

  • Update README.md about usage
  • Update README.md about template and examples
  • Add examples for CLI usage
  • Add examples for templating
  • Update detailed template example
  • Add preview image to README.md

Miscellaneous Tasks

  • Upgrade dependencies
  • Remove etc directory from .gitignore
  • Bump the rust version
  • Upgrade dependencies

Refactor

  • Rename changelog argument to prepend

Styling

  • Center the badges
  • Update the comments in template context
  • Remove comments from template context
  • Wrap table of contents into summary
  • Remove quotes from rendered output

Testing

  • Add tests
  • Update repository tests about getting the latest tag

Release v0.1.0-rc.21

01 Jul 20:03
v0.1.0-rc.21
a440c6e
Compare
Choose a tag to compare

Bug Fixes

  • Wait for core library to update on crates.io before publish

Release v0.1.0-rc.20

30 Jun 23:04
v0.1.0-rc.20
4c7b043
Compare
Choose a tag to compare

Bug Fixes

  • Wait between publishing crates

Release v0.1.0-rc.19

30 Jun 22:30
v0.1.0-rc.19
f463659
Compare
Choose a tag to compare

Bug Fixes

  • Generate changelog on a dedicated/different job

Miscellaneous Tasks

  • Update project details