Skip to content

Commit 49879af

Browse files
authored
release: v0.20.1 (#818)
1 parent d932506 commit 49879af

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
<a name="v0.20.1"></a>
3+
## [v0.20.1] - 2026-03-16
4+
### Fix
5+
- correct IFMA vector mul carry propagation ([#816](https://github.com/Consensys/gnark-crypto/issues/816))
26
<a name="v0.20.0"></a>
37
## [v0.20.0] - 2026-03-11
48
### Build
@@ -7,18 +11,14 @@
711
- enable security code scanner ([#771](https://github.com/Consensys/gnark-crypto/issues/771))
812
- Standardize imports ([#760](https://github.com/Consensys/gnark-crypto/issues/760))
913
### Chore
14+
- golangci-lint update ([#813](https://github.com/Consensys/gnark-crypto/issues/813))
1015
- rename sage files ([#806](https://github.com/Consensys/gnark-crypto/issues/806))
1116
- add dependabot configuration for GitHub Actions updates ([#804](https://github.com/Consensys/gnark-crypto/issues/804))
1217
- reintroduce slack notif ([#802](https://github.com/Consensys/gnark-crypto/issues/802))
1318
- update ci workflows to go 1.25 ([#801](https://github.com/Consensys/gnark-crypto/issues/801))
1419
- use self hosted runners ([#763](https://github.com/Consensys/gnark-crypto/issues/763))
1520
- merge v0.19 hotfix branch ([#766](https://github.com/Consensys/gnark-crypto/issues/766))
1621
- clarify PublicKey.SetBytes uses compressed public key ([#732](https://github.com/Consensys/gnark-crypto/issues/732))
17-
### Docs
18-
- update CITATION.bib
19-
- update changelog
20-
- update Go tested versions
21-
- update citation
2222
### Feat
2323
- add bn254 poseidon2 constants and support t=4/8/12/16 ([#783](https://github.com/Consensys/gnark-crypto/issues/783))
2424
- lattice-based rational reconstructions for gnark scalar decompositions ([#799](https://github.com/Consensys/gnark-crypto/issues/799))
@@ -70,6 +70,8 @@
7070
### Refactor
7171
- use more defines in assembly fine to make files less verbose ([#789](https://github.com/Consensys/gnark-crypto/issues/789))
7272
- code-generate Fp6 tower for BW6 curves ([#792](https://github.com/Consensys/gnark-crypto/issues/792))
73+
### Release
74+
- v0.20.0 ([#815](https://github.com/Consensys/gnark-crypto/issues/815))
7375
<a name="v0.19.2"></a>
7476
## [v0.19.2] - 2025-10-28
7577
### Docs
@@ -2239,6 +2241,7 @@
22392241
- Merge pull request [#2](https://github.com/Consensys/gnark-crypto/issues/2) from ConsenSys/develop
22402242
<a name="v0.0.1"></a>
22412243
## v0.0.1 - 2020-03-23
2244+
[v0.20.1]: https://github.com/Consensys/gnark-crypto/compare/v0.20.0...v0.20.1
22422245
[v0.20.0]: https://github.com/Consensys/gnark-crypto/compare/v0.19.2...v0.20.0
22432246
[v0.19.2]: https://github.com/Consensys/gnark-crypto/compare/v0.19.1...v0.19.2
22442247
[v0.19.1]: https://github.com/Consensys/gnark-crypto/compare/v0.19.0...v0.19.1

0 commit comments

Comments
 (0)