Skip to content

Commit 27dc90d

Browse files
committed
changelog and bump package version
1 parent 7a68349 commit 27dc90d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ChangeLog.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change log for galois-field
22

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

515
* Add `fromU` for RootsOfUnity

galois-field.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: galois-field
3-
version: 1.0.4
3+
version: 2.0.0
44
synopsis: Galois field library
55
description:
66
An efficient implementation of Galois fields used in cryptography research

0 commit comments

Comments
 (0)