From 7af59fd9a3a50617881b18eedc7ecf8630b83350 Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Thu, 25 Jul 2024 10:50:02 -0400 Subject: [PATCH] Version 3.1.0 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bdecc3..80501f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +**Version 3.1.0** + +- Add `Display` to `Feedback` +- Add support for WASM targets running in a custom runtime + **Version 3.0.1** - Fix a bug in 3.0.0 where the `Score` enum was private diff --git a/Cargo.toml b/Cargo.toml index c428742..6deb7d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://github.com/shssoichiro/zxcvbn-rs" license = "MIT" name = "zxcvbn" repository = "https://github.com/shssoichiro/zxcvbn-rs" -version = "3.0.1" +version = "3.1.0" edition = "2021" rust-version = "1.63"