Skip to content

Commit

Permalink
v0.3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
divarvel committed May 11, 2024
1 parent 92ff58d commit 14d0728
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
6 changes: 6 additions & 0 deletions biscuit-servant/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions biscuit-servant/biscuit-servant.cabal
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/biscuit-auth/biscuit-haskell#readme>
Expand All @@ -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
Expand Down
7 changes: 7 additions & 0 deletions biscuit/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion biscuit/biscuit-haskell.cabal
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/biscuit-auth/biscuit-haskell#readme>
Expand Down

0 comments on commit 14d0728

Please sign in to comment.