zxcvbn-hs 0.3.7 → 0.3.8
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +1/−1
- zxcvbn-hs.cabal +1/−1
CHANGELOG.md view
@@ -1,6 +1,6 @@ # Revision History -## 0.3.7 2026.01.21+## 0.3.8 2026.01.21 + Compatible with zlib-0.7, bump bounds + Allow hedgehog 1.5
zxcvbn-hs.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: zxcvbn-hs-version: 0.3.7+version: 0.3.8 synopsis: Password strength estimation based on zxcvbn. license: MIT license-file: LICENSE