Skip to content

Releases: orhun/git-cliff

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

Release v0.1.0-rc.18

30 Jun 00:18
v0.1.0-rc.18
5648143
Compare
Choose a tag to compare
Bug Fixes
- Use a separate step for setting the changelog body (f0380544)
- Fix the syntax of publish step arguments (64147890)

Release v0.1.0-rc.17

30 Jun 00:02
v0.1.0-rc.17
4453522
Compare
Choose a tag to compare
Bug Fixes
- Publish the cargo workspace members seperately (acc1d345)

Miscellaneous Tasks
- Verify the created tag after creation (99f2f070)
- Indicate which versions are managed by the script (f4810810)

Release v0.1.0-rc.16

29 Jun 22:45
v0.1.0-rc.16
f1613e1
Compare
Choose a tag to compare

Bug Fixes

  • Update lychee arguments to exclude invalid links

Documentation

  • Add CONTRIBUTING.md
  • Add link to the signer key of the tag
  • Add RELEASE.md

Miscellaneous Tasks

  • Enable crates.io releases
  • Set the new version in release script

Release v0.1.0-rc.15

23 Jun 23:14
v0.1.0-rc.15
129ac14
Compare
Choose a tag to compare

Miscellaneous Tasks

  • Use only one step for uploading releases

Release v0.1.0-rc.14

23 Jun 23:01
v0.1.0-rc.14
9ff5c0f
Compare
Choose a tag to compare
Bug Fixes
- Strip the changelog header before escaping (6b97c2d1)

Release v0.1.0-rc.13

23 Jun 21:56
v0.1.0-rc.13
cb90048
Compare
Choose a tag to compare
Miscellaneous Tasks
- Use seperate steps for uploading releases (01825330)