diff --git a/CHANGELOG.md b/CHANGELOG.md index 6132507..b165db4 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.4] - 2023-03-16 + ### Fixes - Correctly find repo-relative path on Windows @@ -32,7 +34,8 @@ 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.3...HEAD +[Unreleased]: https://github.com/gitext-rs/git-dive/compare/v0.1.4...HEAD +[0.1.4]: https://github.com/gitext-rs/git-dive/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/gitext-rs/git-dive/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/gitext-rs/git-dive/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/gitext-rs/git-dive/compare/v0.1.0...v0.1.1 diff --git a/Cargo.lock b/Cargo.lock index 7be9d4b..1d9f9c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -546,7 +546,7 @@ dependencies = [ [[package]] name = "git-dive" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 969dec1..ec02d03 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.3" +version = "0.1.4" license = "MIT OR Apache-2.0" repository = "https://github.com/gitext-rs/git-dive" documentation = "https://github.com/gitext-rs/git-dive"