- Fix for a BC-breaking change in nightly Rust (https://github.com/shssoichiro/zxcvbn-rs/pull/8) - Upgrade `serde` to 1.0 - Silence a warning from `derive_builder`
0.4.4
- Upgrade `itertools` to 0.6
0.4.3
- Upgrade to derive_builder 0.4
0.4.2
- Remove FFI dependency on oniguruma
0.4.1
- Fix more overflow bugs - Simplify code for handling overflows
0.4.0
- Fix bug which caused multiplication overflows on some very strong passwords - Remove rustc-serialize support (https://github.com/shssoichiro/zxcvbn-rs/issues/5)