Skip to content

Commit

Permalink
Merge pull request #15 from mgeisler/release-0.2.0
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
mgeisler authored Jul 9, 2017
2 parents 382b295 + b4107d8 commit f6676a0
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 = "lipsum"
version = "0.1.0"
version = "0.2.0"
authors = ["Martin Geisler <martin@geisler.net>"]
description = """
Lipsum is a lorem ipsum text generation library. Use this if you need
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ application.
Add this to your `Cargo.toml`:
```toml
[dependencies]
lipsum = "0.1"
lipsum = "0.2"
```

and this to your crate root:
Expand Down Expand Up @@ -52,6 +52,10 @@ lorem ipsum text is derived from part of that book.

## Release History

### Version 0.2.0 — July 10th, 2017

Rust version 1.6.0 is now supported. This is checked with TravisCI.

### Version 0.1.0 — July 2nd, 2017

First public release.
Expand Down

0 comments on commit f6676a0

Please sign in to comment.