Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Commit ce24b54

Browse files
committed
Bump Version to 0.2.0
- This adds the `assert_cli!` macro - Rename `CliError::NoSuccess` to `CliError::WrongExitCode`
1 parent f0260d5 commit ce24b54

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "assert_cli"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Pascal Hertleif <[email protected]>"]
55
repository = "https://github.com/killercup/assert_cli.git"
66
homepage = "https://github.com/killercup/assert_cli"

Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ is as expected.
77

88
[![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)
99

10+
**[Documentation](http://killercup.github.io/assert_cli/)**
11+
1012
## Install
1113

1214
Just add it to your `Cargo.toml`:

0 commit comments

Comments
 (0)