rusty-diceware

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

commit a025437fc654155dcf41ff6f8b907c269d24a6cd
parent bc395adfaf073db748a281f2dd686733d34deaa8
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Sun, 18 Sep 2022 18:26:02 +0300

Add CHANGELOG note.

Diffstat:
MCHANGELOG.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.5.2 + +* Move code from `/src/bin/diceware.rs` and `/src/lib.rs` into `/src/main.rs`. + ## v0.5.1 * Add physical dice roll input flag (`-r` / `--dicerolls`). Accepts input from standard input.