Skip to content

Commit 100dd34

Browse files
become v0.12
1 parent 0339e1a commit 100dd34

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version NEXT
1+
## Version 0.12 (2025-08-18)
22

33
- GHC 9.6 is now the earliest supported version.
44

jose.cabal

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: jose
3-
version: 0.11
3+
version: 0.12
44
synopsis:
55
JSON Object Signing and Encryption (JOSE) and JSON Web Token (JWT) library
66
description:
@@ -24,12 +24,13 @@ bug-reports: https://github.com/frasertweedale/hs-jose/issues
2424
license: Apache-2.0
2525
license-file: LICENSE
2626
extra-source-files:
27+
test/data/fido.jwt
28+
extra-doc-files:
2729
CHANGELOG.md
2830
README.md
29-
test/data/fido.jwt
3031
author: Fraser Tweedale
3132
maintainer: frase@frase.id.au
32-
copyright: Copyright (C) 2013-2021 Fraser Tweedale
33+
copyright: Copyright (C) 2013-2025 Fraser Tweedale
3334
category: Cryptography
3435
build-type: Simple
3536
tested-with:

0 commit comments

Comments
 (0)