From 70fef59155f80206b2be4c5da849201cf8751b18 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 17 Oct 2020 15:46:59 +0200 Subject: Increase version v0.0.2 -> v0.0.3 --- CHANGELOG | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f4cd915..4050820 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,12 @@ CHANGELOG ========= +v0.0.3 (2020-10-17): + Fixes: + + * Output file paths relative to the current working directory instead of the + repository root. + v0.0.2 (2020-10-08): Fixes: diff --git a/Cargo.lock b/Cargo.lock index 9f72ed3..a683817 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -44,7 +44,7 @@ dependencies = [ [[package]] name = "git-todo" -version = "0.0.2" +version = "0.0.3" dependencies = [ "exitcode", "getopts", diff --git a/Cargo.toml b/Cargo.toml index 4f90244..ce83e70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-todo" -version = "0.0.2" +version = "0.0.3" edition = "2018" [dependencies] -- cgit v1.2.3