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"