Skip to content

Releases: orhun/git-cliff

Release v1.1.2

20 Jan 12:40
v1.1.2
3715905
Compare
Choose a tag to compare

[1.1.2] - 2023-01-20

Bug Fixes

  • Do not skip all tags when skip_tags is empty (#136)
  • Allow saving context to a file (#138)
  • Derive the tag order from commits instead of timestamp (#139)

Miscellaneous Tasks

  • Add metadata for cargo-binstall
  • Upgrade core dependencies
  • Update versions in Dockerfile

Styling

  • Update the derives in config module

Revert

  • Use timestamp for deriving the tag order (#139)

Release v1.1.1

09 Jan 18:15
v1.1.1
2937f77
Compare
Choose a tag to compare

git-cliff is now available on NPM!

Install and run via:

npx git-cliff@latest

See the documentation for more information.

[1.1.1] - 2023-01-09

Documentation

  • Update README.md about the NPM package

Release v1.1.1-rc.4

09 Jan 17:07
v1.1.1-rc.4
317444e
Compare
Choose a tag to compare
Release v1.1.1-rc.4 Pre-release
Pre-release

[1.1.1-rc.4] - 2023-01-09

Bug Fixes

  • Fix the type casting in base NPM package

Release v1.1.1-rc.3

09 Jan 16:35
v1.1.1-rc.3
56101f0
Compare
Choose a tag to compare
Release v1.1.1-rc.3 Pre-release
Pre-release

[1.1.1-rc.3] - 2023-01-09

Bug Fixes

  • Fix the variable declaration for NPM package OS

Miscellaneous Tasks

  • Parallelize releasing on crates.io

Release v1.1.1-rc.2

09 Jan 16:17
v1.1.1-rc.2
7fb3c7c
Compare
Choose a tag to compare
Release v1.1.1-rc.2 Pre-release
Pre-release

[1.1.1-rc.2] - 2023-01-09

Bug Fixes

  • Rename the NPM binary package for Windows

Miscellaneous Tasks

  • Add more keywords to the base NPM package
  • Add README.md to the base NPM package

Release v1.1.1-rc.1

09 Jan 14:30
v1.1.1-rc.1
8d8a95f
Compare
Choose a tag to compare
Release v1.1.1-rc.1 Pre-release
Pre-release

[1.1.1-rc.1] - 2023-01-09

Miscellaneous Tasks

  • Package git-cliff for npm (#133)

Release v1.1.0

08 Jan 20:13
v1.1.0
5e0c038
Compare
Choose a tag to compare

[1.1.0] - 2023-01-08

Documentation

  • Disable Liquid parsing in README.md by using raw blocks
  • Update copyright years

Features

  • Support generating changelog for multiple git repositories (#13)

Miscellaneous Tasks

  • Bump git-cliff-action to v2
  • Add Jekyll theme configuration for GitHub pages
  • Add Jekyll configuration to .dockerignore
  • Bump git-conventional dependency (#130)
  • Publish binaries for more platforms/architectures
  • Upgrade dependencies
  • Update the description in the default config
  • Improve the release script with additional messages

Refactor

  • Use the git-cliff-action output for GitHub release body

Release v1.0.0

25 Dec 18:30
v1.0.0
7970890
Compare
Choose a tag to compare

This is a milestone release that marks version 1.0.0 of git-cliff. It means that the API is somewhat stabilized and development will take a route in improving the existing functionality and adding new features rather than changing the internals. There are a couple of breaking changes in this release (such as the removal of --date-order) so the major version is increased.

Bug Fixes

  • Fix test fixture failures

Documentation

  • Fix GitHub badges in README.md

Features

  • [breaking] Replace --date-order by --topo-order
  • Allow running with --prepend and --output (#120)
  • [breaking] Use current time for --tag argument (#107)
  • Include completions and mangen in binary releases (#115)
  • Publish Debian package via release workflow (#113)

Miscellaneous Tasks

  • Run all test fixtures
  • Remove deprecated set-output usage
  • Update actions/checkout to v3
  • Comment out custom commit preprocessor (#112)

Refactor

  • Apply clippy suggestions

Styling

  • Update README.md about the styling of footer field

Release v0.10.0

20 Nov 16:06
v0.10.0
b4fa248
Compare
Choose a tag to compare

Bug Fixes

  • Warn against invalid tag range for --current flag (#124)
  • Use an alternative method to fetch registry
  • Fix syntax error in Dockerfile

Documentation

  • Add MacPorts install info (#111)
  • Update badge URL for Docker builds

Features

  • Do not skip breaking changes if configured (#114)
  • Changelog for the last n commits (#116)
  • Add a short variant -d for specifying --date-order flag

Miscellaneous Tasks

  • Update versions in Dockerfile
  • Upgrade core dependencies

Refactor

  • Improve cargo-chef caching in Dockerfile
  • Utilize workspace dependencies

Release v0.9.2

24 Sep 19:56
v0.9.2
62fe690
Compare
Choose a tag to compare

Bug Fixes

  • Remove custom user creation from the Dockerfile (#109)

Miscellaneous Tasks

  • Remove cargo-audit config
  • Switch to cargo-tarpaulin for measuring code coverage (#110)
  • Upgrade dependencies