packages feed

servant-hmac-auth 0.1.1 → 0.1.2

raw patch · 2 files changed

+8/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -3,6 +3,12 @@ `servant-hmac-auth` uses [PVP Versioning][1]. The change log is available [on GitHub][2]. ++## 0.1.2 - Nov 29, 2021+* Bump `servant-*` libraries' version to `0.18-*`+* Use `GHC 8.8.3` (Stack Resolver `16.2`)++ ## Unreleased: 0.1.0  * Introduce whitelisted headers.
servant-hmac-auth.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.4 name:                servant-hmac-auth-version:             0.1.1+version:             0.1.2 synopsis:            Servant authentication with HMAC description:         Servant authentication with HMAC. See README.md for usage example. homepage:            https://github.com/holmusk/servant-hmac-auth@@ -12,7 +12,7 @@ copyright:           2018 Holmusk category:            Web, Cryptography build-type:          Simple-extra-doc-files:     README.md+extra-source-files:  README.md                    , CHANGELOG.md tested-with:         GHC == 8.6.5                      GHC == 8.8.3