rusty-diceware

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

commit e294cf479ac6a552273514a82e1c4660783b90a7
parent 4df7d40e7f0bb5b21a8018b2a1756c92d062f8f8
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Sun, 18 Sep 2022 19:03:24 +0300

Bump version. Add to CHANGELOG.

Diffstat:
MCHANGELOG.md | 4++++
MCargo.lock | 2+-
MCargo.toml | 2+-
3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.5.3 + +* Check for legal die digit (not less than 1 not more than 6). + ## v0.5.2 * Move code from `/src/bin/diceware.rs`, `/tests/tests.rs`, and `/src/lib.rs` into `/src/main.rs`. diff --git a/Cargo.lock b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "diceware" -version = "0.5.2" +version = "0.5.3" dependencies = [ "getopts", "rand", diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diceware" -version = "0.5.2" +version = "0.5.3" authors = ["Yuval Langer <yuvallangerontheroad@gmail.com>"] license = "AGPL-3.0" repository = "https://gitlab.com/yuvallanger/rusty-diceware"