Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
napalmpapalam committed Jul 10, 2024
1 parent cd0e1d3 commit affc64c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.4] - 2024-07-10
### Added
- Public `add_link` method to the `Changelog` to allow the user to add a link to content.

## [0.1.3] - 2024-06-08
### Added
- Write compliant markdown as validated by Markdownlint ([issue #3](https://github.com/napalmpapalam/keep-a-changelog-rs/issues/3))
Expand All @@ -24,7 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0] - 2024-04-28
- Initial release

[Unreleased]: https://github.com/napalmpapalam/keep-a-changelog-rs/compare/0.1.3...HEAD
[Unreleased]: https://github.com/napalmpapalam/keep-a-changelog-rs/compare/0.1.4...HEAD
[0.1.4]: https://github.com/napalmpapalam/keep-a-changelog-rs/compare/0.1.3...0.1.4
[0.1.3]: https://github.com/napalmpapalam/keep-a-changelog-rs/compare/0.1.2...0.1.3
[0.1.2]: https://github.com/napalmpapalam/keep-a-changelog-rs/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/napalmpapalam/keep-a-changelog-rs/compare/0.1.0...0.1.1
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
@@ -1,6 +1,6 @@
[package]
name = "keep-a-changelog"
version = "0.1.3"
version = "0.1.4"
authors = ["Semen Loktionov <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down

0 comments on commit affc64c

Please sign in to comment.