Skip to content

Commit

Permalink
Release 0.3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ocheron committed May 5, 2024
1 parent b86f140 commit b84782d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .haskell-ci
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ compiler: ghc-8.10 lts-18.28
compiler: ghc-9.0 lts-19.33
compiler: ghc-9.2 lts-20.26
compiler: ghc-9.4 lts-21.25
compiler: ghc-9.6 lts-22.7
compiler: ghc-9.8 nightly-2024-03-11
compiler: ghc-9.6 lts-22.20
compiler: ghc-9.8 nightly-2024-05-04

# options
option: x509min extradep=basement-0.0.7 extradep=foundation-0.0.20 extradep=memory-0.14.18 extradep=cryptonite-0.26 extradep=x509-1.7.5
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for cryptostore

## 0.3.1.0 - 2024-05-05

* Strict validation of GCM/CCM authentication tag length

## 0.3.0.1 - 2023-06-25

* Add optional flag to use crypton instead of cryptonite
Expand Down
2 changes: 1 addition & 1 deletion cryptostore.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cryptostore
version: 0.3.0.1
version: 0.3.1.0
synopsis: Serialization of cryptographic data types
description: Haskell implementation of PKCS \#8, PKCS \#12 and CMS
(Cryptographic Message Syntax).
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# ~*~ auto-generated by haskell-ci with config : d81b060362548706ab6befc1b8b8ac8dda7f1cc7fe3e8aad6de5df9d3d279717 ~*~
# ~*~ auto-generated by haskell-ci with config : 0841188bd0368b58b1df06fb12a4bf369f992548c6d1b5240cb0f48db540c1e5 ~*~
{ resolver: lts-18.28, packages: [ '.' ], extra-deps: [], flags: {} }

0 comments on commit b84782d

Please sign in to comment.