Skip to content

Commit

Permalink
prepare 0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Dec 21, 2017
1 parent 82220c0 commit 9f96482
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chttp"
version = "0.1.0"
version = "0.1.1"
description = "The practical HTTP client that is fun to use."
authors = ["Stephen M. Coakley <[email protected]>"]
license = "MIT"
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
The practical HTTP client that is fun to use.

[![Shippable](https://img.shields.io/shippable/59f4fe44571f17060086ff61.svg)](https://app.shippable.com/github/sagebind/chttp)
[![CircleCI](https://img.shields.io/circleci/project/github/sagebind/chttp.svg)](https://circleci.com/gh/sagebind/chttp)
[![Crates.io](https://img.shields.io/crates/v/chttp.svg)](https://crates.io/crates/chttp)
[![Documentation](https://docs.rs/chttp/badge.svg)](https://docs.rs/chttp)
![License](https://img.shields.io/badge/license-MIT-blue.svg)
Expand Down Expand Up @@ -59,6 +58,11 @@ On Windows and macOS:

- TBD

## Installation
Add this to your Cargo.toml file:

[dependencies]
chttp = "0.1"

## License
This library is licensed under the MIT license. See the [LICENSE](LICENSE) file for details.
Expand Down

0 comments on commit 9f96482

Please sign in to comment.