yesod-auth-oauth2 0.6.3.0 → 0.6.3.1
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~cryptonitedep ~memoryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: cryptonite, memory
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−1
- yesod-auth-oauth2.cabal +3/−3
CHANGELOG.md view
@@ -1,6 +1,10 @@-## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.0...main)+## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.1...main) None++## [v0.6.3.1](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.0...v0.6.3.1)++- Relax dependencies bounds ## [v0.6.3.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.3...v0.6.3.0)
yesod-auth-oauth2.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.12 name: yesod-auth-oauth2-version: 0.6.3.0+version: 0.6.3.1 license: MIT license-file: LICENSE maintainer: engineering@freckle.com@@ -63,13 +63,13 @@ aeson >=0.6 && <1.6, base >=4.9.0.0 && <5, bytestring >=0.9.1.4 && <0.12,- cryptonite >=0.25 && <0.29,+ cryptonite >=0.25 && <0.30, errors >=2.3.0 && <2.4, hoauth2 >=1.11.0 && <1.17, http-client >=0.4.0 && <0.8, http-conduit >=2.0 && <3.0, http-types >=0.8 && <0.13,- memory >=0.15.0 && <0.16,+ memory >=0.15.0 && <0.17, microlens >=0.4.11.2 && <0.5, mtl >=2.2.2 && <2.3, safe-exceptions >=0.1.7.1 && <0.2,