From 876898b2e117d0d53f6e60c4c8ac106f7ce2e9ec Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Fri, 25 Nov 2016 09:03:53 +0100 Subject: [PATCH] Version bump to 0.4.0 --- CHANGELOG.md | 1 + Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 001c946..434f1c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Possible log types: ### v0.4.0 (2016-11-25) +- [added] Support for new page format - [changed] Updated all dependencies ### v0.3.0 (2016-08-01) diff --git a/Cargo.lock b/Cargo.lock index 7372019..cd632e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "tealdeer" -version = "0.3.0" +version = "0.4.0" dependencies = [ "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "clippy 0.0.102 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 11e5505..6c39aea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tealdeer" -version = "0.3.0" +version = "0.4.0" authors = ["Danilo Bargen "] repository = "https://github.com/dbrgn/tealdeer/" homepage = "https://github.com/dbrgn/tealdeer/"