rusty-diceware

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 26b408739ee765b190a7c059dbbdf25c38c2ed09
parent 1daf36f49415f9919aeba548cebbff7f9acdedd6
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Tue, 18 Oct 2022 17:56:39 +0300

Add some changelogs to the CHANGELOG.md and a word about the wordlists crate split in the README.md file.

Diffstat:
MCHANGELOG.md | 8++++++++
MREADME.md | 3+++
2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v0.5.4 to v0.5.6 + +* Move wordlists to their own permissively licensed `diceware_wordlists` crate. + +### In the `diceware_wordlists` crate: + +* Jan Christian Grünhage (@jcgruenhage) surrounded the wordlists in enums and added optional serde feature. Thank you! + ## v0.5.3 * Check for legal die digit (not less than 1 not more than 6). diff --git a/README.md b/README.md @@ -50,6 +50,7 @@ Options: ^D abacus abdomen ``` +* Wordlists live in their own [diceware_wordlists][diceware_wordlists] crate you can use for your own wicked deeds. ## Mirrors @@ -63,6 +64,8 @@ You can say hello and/or rant about how terrible rusty-diceware is in the [#rust [gitlab-mirror]: <https://gitlab.com/yuvallanger/rusty-diceware/> [github-mirror]: <https://github.com/yuvallanger/rusty-diceware/> +[diceware_wordlists]: <https://crates.io/crates/diceware_wordlists> + [eff-diceware-guide]: <https://www.eff.org/dice> [eff-long-wordlist]: <https://www.eff.org/files/2016/07/18/eff_large_wordlist.txt> [eff-short-wordlist-1]: <https://www.eff.org/files/2016/09/08/eff_short_wordlist_1.txt>