Skip to content

Commit

Permalink
chore: Release git-conventional version 0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Feb 16, 2024
1 parent 0bc613a commit 2c46c99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.12.6] - 2024-02-16

### Features

- Implement `Display` for `Footer`
Expand Down Expand Up @@ -142,7 +144,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixes

<!-- next-url -->
[Unreleased]: https://github.com/crate-ci/git-conventional/compare/v0.12.5...HEAD
[Unreleased]: https://github.com/crate-ci/git-conventional/compare/v0.12.6...HEAD
[0.12.6]: https://github.com/crate-ci/git-conventional/compare/v0.12.5...v0.12.6
[0.12.5]: https://github.com/crate-ci/git-conventional/compare/v0.12.4...v0.12.5
[0.12.4]: https://github.com/crate-ci/git-conventional/compare/v0.12.3...v0.12.4
[0.12.3]: https://github.com/crate-ci/git-conventional/compare/v0.12.2...v0.12.3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ include = [

[package]
name = "git-conventional"
version = "0.12.5"
version = "0.12.6"
description = "A parser library for the Conventional Commit specification."
authors = ["Ed Page <[email protected]>", "Jean Mertz <[email protected]>"]
homepage = "https://github.com/crate-ci/git-conventional"
Expand Down

0 comments on commit 2c46c99

Please sign in to comment.