From af5e612dd25015bf2a5809c9e48c96fcf2ed0464 Mon Sep 17 00:00:00 2001 From: Lavi Date: Mon, 14 Jan 2019 14:24:42 -0500 Subject: [PATCH] bumped version to 0.7.1 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acd1f76..5599c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -## [Unreleased] +## v0.7.1 (2019-01-14) ### Added - improved help when using `-h` and `--help` tags diff --git a/Cargo.toml b/Cargo.toml index 8f7c4e0..66d674d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "todo_r" description = "Simple rust command line utility that keeps track of your todo comments in code" -version = "0.7.0" +version = "0.7.1" authors = ["Lavi Blumberg "] homepage = "https://github.com/lavifb/todo_r" repository = "https://github.com/lavifb/todo_r"