File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lipsum"
3
- version = " 0.8.1 "
3
+ version = " 0.8.2 "
4
4
authors = [" Martin Geisler <martin@geisler.net>" ]
5
5
description = """
6
6
Lipsum is a lorem ipsum text generation library. It generates
Original file line number Diff line number Diff line change @@ -67,6 +67,11 @@ all words.
67
67
68
68
This is a changelog with the most important changes in each release.
69
69
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
+
70
75
### Version 0.8.1 (2022-04-19)
71
76
72
77
* [ #73 ] ( https://github.com/mgeisler/lipsum/pull/73 ) : Add
Original file line number Diff line number Diff line change 23
23
//! [`learn`]: struct.MarkovChain.html#method.learn
24
24
//! [Markov chain]: https://en.wikipedia.org/wiki/Markov_chain
25
25
26
- #![ doc( html_root_url = "https://docs.rs/lipsum/0.8.1 " ) ]
26
+ #![ doc( html_root_url = "https://docs.rs/lipsum/0.8.2 " ) ]
27
27
#![ forbid( unsafe_code) ]
28
28
#![ deny( missing_docs) ]
29
29
You can’t perform that action at this time.
0 commit comments