Skip to content

Commit

Permalink
changelog and bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
martyall committed Apr 10, 2024
1 parent 7a68349 commit 27dc90d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change log for galois-field

## 2.0.0

* Bump GHC versions to support 9.6 and 9.8 (9.4 seems to not be possible with certain
uses of RULES, see [GHC #22761](https://gitlab.haskell.org/ghc/ghc/-/issues/22761))
* Added CI with build matrix
* Bump various dep version bounds
* Switched to use `mod` package
* Removed the INLINE pragmas for `pow`, they were broken on all GHC version (see [GHC #22716](https://gitlab.haskell.org/ghc/ghc/-/issues/22716))
* Formatted with Ormolu

## 1.0.3

* Add `fromU` for RootsOfUnity
Expand Down
2 changes: 1 addition & 1 deletion galois-field.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: galois-field
version: 1.0.4
version: 2.0.0
synopsis: Galois field library
description:
An efficient implementation of Galois fields used in cryptography research
Expand Down

0 comments on commit 27dc90d

Please sign in to comment.