From 7357e46f94059e4b39404eb2fa420cf8f6840dea Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Fri, 24 May 2024 22:15:52 -0400 Subject: [PATCH] Version 3.0.1 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da09e85..7bdecc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +**Version 3.0.1** + +- Fix a bug in 3.0.0 where the `Score` enum was private +- Fix a bug where some structs that were intended to implement `Serialize` when the `ser` feature was enabled did not implement it + **Version 3.0.0** - [Breaking] Avoid the possibility for zxcvbn to error diff --git a/Cargo.toml b/Cargo.toml index 8849894..e92540e 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.0" +version = "3.0.1" edition = "2021" rust-version = "1.63"