diff --git a/CHANGELOG.md b/CHANGELOG.md index 5081b36..76f1406 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.5] - 2023-03-18 + ### Fixes - Don't crash when highlighting javascript @@ -38,7 +40,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.4...HEAD +[Unreleased]: https://github.com/gitext-rs/git-dive/compare/v0.1.5...HEAD +[0.1.5]: https://github.com/gitext-rs/git-dive/compare/v0.1.4...v0.1.5 [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 diff --git a/Cargo.lock b/Cargo.lock index 0252b9a..afa1aae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -562,7 +562,7 @@ dependencies = [ [[package]] name = "git-dive" -version = "0.1.4" +version = "0.1.5" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 5a40551..81eb047 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.4" +version = "0.1.5" license = "MIT OR Apache-2.0" repository = "https://github.com/gitext-rs/git-dive" documentation = "https://github.com/gitext-rs/git-dive"