diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f83713..a3a25cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.1.1] - 2023-03-16 + ### Documentation - Slight tweak @@ -14,5 +16,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.1.0] - 2023-03-16 -[Unreleased]: https://github.com/gitext-rs/git-dive/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/gitext-rs/git-dive/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/gitext-rs/git-dive/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/gitext-rs/git-dive/compare/4c4c6c6ab7dd425a8c0fe3f29476e63b57e28d44...v0.1.0 diff --git a/Cargo.lock b/Cargo.lock index 5bb5c82..11bdcd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -546,7 +546,7 @@ dependencies = [ [[package]] name = "git-dive" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anstyle", "anstyle-stream", diff --git a/Cargo.toml b/Cargo.toml index 1ae3b95..91da716 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "git-dive" description = "Dive into a file's history to find root cause" -version = "0.1.0" +version = "0.1.1" license = "MIT OR Apache-2.0" repository = "https://github.com/gitext-rs/git-dive" documentation = "https://github.com/gitext-rs/git-dive"