Skip to content

Commit 7357e46

Browse files
committed
Version 3.0.1
1 parent a9cf880 commit 7357e46

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
**Version 3.0.0**
27

38
- [Breaking] Avoid the possibility for zxcvbn to error

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage = "https://github.com/shssoichiro/zxcvbn-rs"
66
license = "MIT"
77
name = "zxcvbn"
88
repository = "https://github.com/shssoichiro/zxcvbn-rs"
9-
version = "3.0.0"
9+
version = "3.0.1"
1010
edition = "2021"
1111
rust-version = "1.63"
1212

0 commit comments

Comments
 (0)