Skip to content

Commit 4a5c67a

Browse files
authored
Merge pull request #89 from mgeisler/release-0.8.2
Release 0.8.2
2 parents 657efc3 + cfb8e4a commit 4a5c67a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lipsum"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
authors = ["Martin Geisler <martin@geisler.net>"]
55
description = """
66
Lipsum is a lorem ipsum text generation library. It generates

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ all words.
6767

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

70+
### Version 0.8.2 (2022-06-06)
71+
72+
* [#84](https://github.com/mgeisler/lipsum/pull/84): Fix build error
73+
on Rust 1.56. Thanks @WorldSEnder for the report.
74+
7075
### Version 0.8.1 (2022-04-19)
7176

7277
* [#73](https://github.com/mgeisler/lipsum/pull/73): Add

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
//! [`learn`]: struct.MarkovChain.html#method.learn
2424
//! [Markov chain]: https://en.wikipedia.org/wiki/Markov_chain
2525
26-
#![doc(html_root_url = "https://docs.rs/lipsum/0.8.1")]
26+
#![doc(html_root_url = "https://docs.rs/lipsum/0.8.2")]
2727
#![forbid(unsafe_code)]
2828
#![deny(missing_docs)]
2929

0 commit comments

Comments
 (0)