diff options
author | Teddy Wing | 2020-10-17 15:46:59 +0200 |
---|---|---|
committer | Teddy Wing | 2020-10-17 15:48:56 +0200 |
commit | 70fef59155f80206b2be4c5da849201cf8751b18 (patch) | |
tree | d533673bfa2fd156323a31ee1a722110ed836c60 | |
parent | b6b137d1815a131372956fbdd3edba7d6bafc3e6 (diff) | |
download | git-todo-master.tar.bz2 |
-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] |