Skip to content

Commit

Permalink
Merge pull request #31 from mgeisler/release-0.4.0
Browse files Browse the repository at this point in the history
cargo: bump version to 0.4.0
  • Loading branch information
mgeisler authored Sep 24, 2017
2 parents f6ddc3f + a4a8e0c commit c2ea897
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.3.0"
version = "0.4.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.3"
lipsum = "0.4"
```

and this to your crate root:
Expand Down Expand Up @@ -66,7 +66,7 @@ the same text.

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

### Unreleased
### Version 0.4.0 — September 24th, 2017

The `generate` and `generate_from` now always generate proper
sentences, meaning that they generate sentences that start with a
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.3.0")]
#![doc(html_root_url = "https://docs.rs/lipsum/0.4.0")]
#![deny(missing_docs)]

extern crate rand;
Expand Down

0 comments on commit c2ea897

Please sign in to comment.