Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeisler committed Mar 28, 2023
1 parent 5cde80a commit 244013e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.8.2"
version = "0.9.0"
authors = ["Martin Geisler <martin@geisler.net>"]
description = """
Lipsum is a lorem ipsum text generation library. It generates
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
lipsum = "0.8"
lipsum = "0.9"
```

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.8.2")]
#![doc(html_root_url = "https://docs.rs/lipsum/0.9.0")]
#![forbid(unsafe_code)]
#![deny(missing_docs)]

Expand Down

0 comments on commit 244013e

Please sign in to comment.