diff options
-rw-r--r-- | CHANGELOG | 6 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -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: @@ -44,7 +44,7 @@ dependencies = [ [[package]] name = "git-todo" -version = "0.0.2" +version = "0.0.3" dependencies = [ "exitcode", "getopts", @@ -1,6 +1,6 @@ [package] name = "git-todo" -version = "0.0.2" +version = "0.0.3" edition = "2018" [dependencies] |