We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9cf880 commit 20a8548Copy full SHA for 20a8548
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+**Version 3.0.1**
2
+
3
+- Fix a bug in 3.0.0 where the `Score` enum was private
4
+- Fix a bug where some structs that were intended to implement `Serialize` when the `ser` feature was enabled did not implement it
5
6
**Version 3.0.0**
7
8
- [Breaking] Avoid the possibility for zxcvbn to error
Cargo.toml
@@ -6,7 +6,7 @@ homepage = "https://github.com/shssoichiro/zxcvbn-rs"
license = "MIT"
name = "zxcvbn"
repository = "https://github.com/shssoichiro/zxcvbn-rs"
9
-version = "3.0.0"
+version = "3.0.1"
10
edition = "2021"
11
rust-version = "1.63"
12
0 commit comments