commit 98059bb4c81372a7ca1477921d67d44e52b8f45c
parent a9b52d2e8b60c2e61581d30fb97f2b17ce168ad7
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date: Mon, 5 Sep 2022 19:33:17 +0300
Add note to CHANGELOG.
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## v0.3.5
+
+* Fix tests.
+
## v0.3.4
* Deduplicate word printing code by using the trait `Word` and moving
diff --git a/Cargo.toml b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "diceware"
-version = "0.3.4"
+version = "0.3.5"
authors = ["Yuval Langer <yuvallangerontheroad@gmail.com>"]
license = "AGPL-3.0"
repository = "https://gitlab.com/yuvallanger/rusty-diceware"