aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2020-10-17 15:46:59 +0200
committerTeddy Wing2020-10-17 15:48:56 +0200
commit70fef59155f80206b2be4c5da849201cf8751b18 (patch)
treed533673bfa2fd156323a31ee1a722110ed836c60
parentb6b137d1815a131372956fbdd3edba7d6bafc3e6 (diff)
downloadgit-todo-master.tar.bz2
Increase version v0.0.2 -> v0.0.3HEADv0.0.3master
-rw-r--r--CHANGELOG6
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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]