From 68e3e98be9acdec6a102e4f75310575771832ec2 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 16 Mar 2023 05:44:13 -0500 Subject: [PATCH] chore: Release git-dive version 0.1.3 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 566a9e4..e6b966d 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.3] - 2023-03-16 + ### Fixes - Allow using system git2 @@ -26,7 +28,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.2...HEAD +[Unreleased]: https://github.com/gitext-rs/git-dive/compare/v0.1.3...HEAD +[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 [0.1.0]: https://github.com/gitext-rs/git-dive/compare/4c4c6c6ab7dd425a8c0fe3f29476e63b57e28d44...v0.1.0 diff --git a/Cargo.lock b/Cargo.lock index 11ca637..6dde85c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -546,7 +546,7 @@ dependencies = [ [[package]] name = "git-dive" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 835545f..d50f5e0 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.2" +version = "0.1.3" license = "MIT OR Apache-2.0" repository = "https://github.com/gitext-rs/git-dive" documentation = "https://github.com/gitext-rs/git-dive"