From 14d07286432ac57712888b044868369e62c531ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Delafargue?= Date: Sat, 11 May 2024 15:59:07 +0200 Subject: [PATCH] v0.3.0.1 --- biscuit-servant/ChangeLog.md | 6 ++++++ biscuit-servant/biscuit-servant.cabal | 4 ++-- biscuit/ChangeLog.md | 7 +++++++ biscuit/biscuit-haskell.cabal | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/biscuit-servant/ChangeLog.md b/biscuit-servant/ChangeLog.md index 6c278fb..49bec8a 100644 --- a/biscuit-servant/ChangeLog.md +++ b/biscuit-servant/ChangeLog.md @@ -1,5 +1,11 @@ # Changelog for biscuit-servant +## 0.3.0.1 + +- use biscuit-haskell 0.3.0.1 +- GHC 9.6 and 9.8 support +- Generalize type for `withPriorityAuthorizer` + ## 0.3.0.0 - use biscuit-haskell 0.3.0.0 diff --git a/biscuit-servant/biscuit-servant.cabal b/biscuit-servant/biscuit-servant.cabal index c540257..f5ee011 100644 --- a/biscuit-servant/biscuit-servant.cabal +++ b/biscuit-servant/biscuit-servant.cabal @@ -1,7 +1,7 @@ cabal-version: 2.0 name: biscuit-servant -version: 0.3.0.0 +version: 0.3.0.1 category: Security synopsis: Servant support for the Biscuit security token description: Please see the README on GitHub at @@ -13,7 +13,7 @@ copyright: 2021 Clément Delafargue license: BSD3 license-file: LICENSE build-type: Simple -tested-with: GHC ==8.10.7 || == 9.0.2 || ==9.2.4 +tested-with: GHC ==9.0.2 || ==9.2.4 || ==9.6.5 || ==9.8.2 extra-source-files: README.md ChangeLog.md diff --git a/biscuit/ChangeLog.md b/biscuit/ChangeLog.md index 0107bde..01c8b43 100644 --- a/biscuit/ChangeLog.md +++ b/biscuit/ChangeLog.md @@ -1,5 +1,12 @@ # Changelog for biscuit-haskell +## 0.3.0.1 + +- GHC 9.6 and 9.8 support +- Support for `!=` +- Fixed-sized arithmetic and overflow detection +- Allow parsing chained method calls + ## 0.3.0.0 - GHC 9.2 support diff --git a/biscuit/biscuit-haskell.cabal b/biscuit/biscuit-haskell.cabal index 7d775d6..907fd6b 100644 --- a/biscuit/biscuit-haskell.cabal +++ b/biscuit/biscuit-haskell.cabal @@ -1,7 +1,7 @@ cabal-version: 2.0 name: biscuit-haskell -version: 0.3.0.0 +version: 0.3.0.1 category: Security synopsis: Library support for the Biscuit security token description: Please see the README on GitHub at