Skip to content

Commit 7af59fd

Browse files
committed
Version 3.1.0
1 parent 635a42f commit 7af59fd

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.1.0**
2+
3+
- Add `Display` to `Feedback`
4+
- Add support for WASM targets running in a custom runtime
5+
16
**Version 3.0.1**
27

38
- Fix a bug in 3.0.0 where the `Score` enum was private

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.1"
9+
version = "3.1.0"
1010
edition = "2021"
1111
rust-version = "1.63"
1212

0 commit comments

Comments
 (0)