crypto-srp 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+11/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- crypto-srp.cabal +7/−1
ChangeLog.md view
@@ -2,6 +2,10 @@ `crypto-srp` uses [PVP Versioning][1]. +## 0.1.0.2 -- 2026-07-19++* Add links to the cabal file+ ## 0.1.0.1 -- 2026-07-05 * Relax the upper bounds Quickcheck.
crypto-srp.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: crypto-srp-version: 0.1.0.1+version: 0.1.0.2 synopsis: SRP authentication primitives description: A library providing primitives for the@@ -16,6 +16,8 @@ license-file: LICENSE author: Tim Emiola maintainer: adetokunbo@emio.la+homepage: https://github.com/adetokunbo/crypto-srp#readme+bug-reports: https://github.com/adetokunbo/crypto-srp/issues category: Cryptography tested-with: GHC == 8.10.7@@ -31,6 +33,10 @@ ChangeLog.md data-files: test/pysrp_server.py++source-repository head+ type: git+ location: https://github.com/adetokunbo/crypto-srp.git flag pysrp description: Enable pysrp compatibility tests (requires Python 3 with srp package)