Skip to content

Commit

Permalink
Merge pull request #50 from mgeisler/release-0.6.0
Browse files Browse the repository at this point in the history
cargo: bump version to 0.6.0
  • Loading branch information
mgeisler authored Dec 9, 2018
2 parents e2f9088 + 9b6e440 commit ab17ee6
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.5.0"
version = "0.6.0"
authors = ["Martin Geisler <[email protected]>"]
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 @@ -25,7 +25,7 @@ scrambled subset.
Add this to your `Cargo.toml`:
```toml
[dependencies]
lipsum = "0.5"
lipsum = "0.6"
```

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

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

### Unreleased
### Version 0.6.0 — December 9th, 2018

The new `lipsum_words` function can be used to generate random lorem
ipsum text that doesn't always start with "Lorem ipsum".
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.5.0")]
#![doc(html_root_url = "https://docs.rs/lipsum/0.6.0")]
#![deny(missing_docs)]

extern crate rand;
Expand Down

0 comments on commit ab17ee6

Please sign in to comment.