From db361e63da1c5e24afcfc546ab8c6ad572c46c61 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Sun, 11 Feb 2018 01:50:53 +0100 Subject: [PATCH] Version bump to 1.0.0 --- CHANGELOG.md | 11 +++++++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 434f1c9a..905f1ed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,14 +12,21 @@ Possible log types: - `[security]` to invite users to upgrade in case of vulnerabilities. +### v1.0.0 (2018-02-11) + +- [added] Include bash completions (#34) +- [changed] Update all dependencies +- [changed] Require at least Rust 1.19 to build (previous: 1.9) +- [changed] Improved unit/integration testing + ### v0.4.0 (2016-11-25) - [added] Support for new page format -- [changed] Updated all dependencies +- [changed] Update all dependencies ### v0.3.0 (2016-08-01) -- [changed] Updated curl dependency +- [changed] Update curl dependency ### v0.2.0 (2016-04-16) diff --git a/Cargo.lock b/Cargo.lock index 59c26aaf..3f8a7d99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -657,7 +657,7 @@ dependencies = [ [[package]] name = "tealdeer" -version = "0.4.0" +version = "1.0.0" dependencies = [ "ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", "assert_cli 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 5750b3c9..a88d9888 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0" name = "tealdeer" readme = "README.md" repository = "https://github.com/dbrgn/tealdeer/" -version = "0.4.0" +version = "1.0.0" include = ["/src/**/*", "/tests/**/*", "/Cargo.toml", "/README.md", "/LICENSE-*", "/screenshot.png", "/bash_tealdeer"] [[bin]]