Skip to content

Commit

Permalink
Merge pull request #43 from mgeisler/release-0.5.0
Browse files Browse the repository at this point in the history
cargo: bump version to 0.5.0
  • Loading branch information
mgeisler authored Apr 22, 2018
2 parents 39c61ba + 01e615d commit 8b735d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.4.0"
version = "0.5.0"
authors = ["Martin Geisler <martin@geisler.net>"]
description = """
Lipsum is a lorem ipsum text generation library. Use this if you need
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ scrambled subset.
Add this to your `Cargo.toml`:
```toml
[dependencies]
lipsum = "0.4"
lipsum = "0.5"
```

and this to your crate root:
Expand Down Expand Up @@ -75,7 +75,7 @@ all words.

This is a changelog with the most important changes in each release.

### Unreleased
### Version 0.5.0 — April 22nd, 2018

The new `lipsum_title` function can be used to generate a short string
suitable for a document title or a section heading.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
//! [`learn`]: struct.MarkovChain.html#method.learn
//! [Markov chain]: https://en.wikipedia.org/wiki/Markov_chain
#![doc(html_root_url = "https://docs.rs/lipsum/0.4.0")]
#![doc(html_root_url = "https://docs.rs/lipsum/0.5.0")]
#![deny(missing_docs)]

extern crate rand;
Expand Down

0 comments on commit 8b735d0

Please sign in to comment.