servant-hmac-auth 0.1.2 → 0.1.3
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
- servant-hmac-auth.cabal +1/−1
CHANGELOG.md view
@@ -4,7 +4,7 @@ The change log is available [on GitHub][2]. -## 0.1.2 - Nov 29, 2021+## 0.1.3 - Nov 29, 2021 * Bump `servant-*` libraries' version to `0.18-*` * Use `GHC 8.8.3` (Stack Resolver `16.2`)
servant-hmac-auth.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: servant-hmac-auth-version: 0.1.2+version: 0.1.3 synopsis: Servant authentication with HMAC description: Servant authentication with HMAC. See README.md for usage example. homepage: https://github.com/holmusk/servant-hmac-auth