From ce24b541f51187163d9fb17f4a10082f0bbd85e3 Mon Sep 17 00:00:00 2001 From: Pascal Hertleif Date: Sat, 17 Oct 2015 13:48:33 +0200 Subject: [PATCH] Bump Version to 0.2.0 - This adds the `assert_cli!` macro - Rename `CliError::NoSuccess` to `CliError::WrongExitCode` --- Cargo.toml | 2 +- Readme.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0f23e04..b31654d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "assert_cli" -version = "0.1.0" +version = "0.2.0" authors = ["Pascal Hertleif "] repository = "https://github.com/killercup/assert_cli.git" homepage = "https://github.com/killercup/assert_cli" diff --git a/Readme.md b/Readme.md index 55c1e1f..352568d 100644 --- a/Readme.md +++ b/Readme.md @@ -7,6 +7,8 @@ is as expected. [![Build Status](https://travis-ci.org/killercup/assert_cli.svg)](https://travis-ci.org/killercup/assert_cli) [![Coverage Status](https://coveralls.io/repos/killercup/assert_cli/badge.svg?branch=master&service=github)](https://coveralls.io/github/killercup/assert_cli?branch=master) +**[Documentation](http://killercup.github.io/assert_cli/)** + ## Install Just add it to your `Cargo.toml`: