Skip to content

Commit

Permalink
Merge pull request #106 from mgeisler/release-0.9.1
Browse files Browse the repository at this point in the history
Release 0.9.1
  • Loading branch information
mgeisler committed Mar 13, 2024
2 parents 50a9ee3 + 166d830 commit 2a607ad
Show file tree
Hide file tree
Showing 3 changed files with 11 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.9.0"
version = "0.9.1"
authors = ["Martin Geisler <[email protected]>"]
description = """
Lipsum is a lorem ipsum text generation library. It generates
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@ all words.

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

### Version 0.9.1 (2024-03-13)

* [#100](https://github.com/mgeisler/lipsum/pull/100): Add
`lipsum_title_with_rng` function.
* [#102](https://github.com/mgeisler/lipsum/pull/102): Document MSRV in
`Cargo.toml`.
* [#103](https://github.com/mgeisler/lipsum/pull/103): Enable dependabot
updates.

### Version 0.9.0 (2023-03-28)

* [#90](https://github.com/mgeisler/lipsum/pull/90): Test minimum
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.9.0")]
#![doc(html_root_url = "https://docs.rs/lipsum/0.9.1")]
#![forbid(unsafe_code)]
#![deny(missing_docs)]

Expand Down

0 comments on commit 2a607ad

Please sign in to comment.