jose 0.12 → 0.13
raw patch · 2 files changed
+11/−4 lines, 2 filesdep +ramdep −memorydep ~crypton
Dependencies added: ram
Dependencies removed: memory
Dependency ranges changed: crypton
Files
- CHANGELOG.md +7/−0
- jose.cabal +4/−4
CHANGELOG.md view
@@ -1,3 +1,10 @@+## Version 0.13 (2026-06-06)++- Update to *crypton >= 1.1.0* and *ram*. There are no+ functional changes in this release. Until the release+ of 0.14, any behavioural changes (bug fixes, etc) will+ be released to both the 0.13 and 0.12 series.+ ## Version 0.12 (2025-08-18) - GHC 9.6 is now the earliest supported version.
jose.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: jose-version: 0.12+version: 0.13 synopsis: JSON Object Signing and Encryption (JOSE) and JSON Web Token (JWT) library description:@@ -34,7 +34,7 @@ category: Cryptography build-type: Simple tested-with:- GHC ==9.6.7 || ==9.8.4 || ==9.10.2 || ==9.12.2+ GHC ==9.6.7 || ==9.8.4 || ==9.10.3 || ==9.12.4 || ==9.14.1 flag demos description: Build demonstration programs@@ -99,8 +99,8 @@ , base64-bytestring >= 1.2.1.0 && < 1.3 , concise >= 0.1 , containers >= 0.5.8- , crypton >= 0.31- , memory >= 0.7+ , crypton >= 1.1.0+ , ram >= 0.19 , monad-time >= 0.4 , template-haskell >= 2.12 , text >= 1.1