Skip to content

Commit

Permalink
Merge pull request #89 from mgeisler/release-0.8.2
Browse files Browse the repository at this point in the history
Release 0.8.2
  • Loading branch information
mgeisler authored Jun 6, 2022
2 parents 657efc3 + cfb8e4a commit 4a5c67a
Show file tree
Hide file tree
Showing 3 changed files with 7 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.8.1"
version = "0.8.2"
authors = ["Martin Geisler <[email protected]>"]
description = """
Lipsum is a lorem ipsum text generation library. It generates
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ all words.

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

### Version 0.8.2 (2022-06-06)

* [#84](https://github.com/mgeisler/lipsum/pull/84): Fix build error
on Rust 1.56. Thanks @WorldSEnder for the report.

### Version 0.8.1 (2022-04-19)

* [#73](https://github.com/mgeisler/lipsum/pull/73): Add
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.1")]
#![doc(html_root_url = "https://docs.rs/lipsum/0.8.2")]
#![forbid(unsafe_code)]
#![deny(missing_docs)]

Expand Down

0 comments on commit 4a5c67a

Please sign in to comment.