|
1 | 1 |
|
| 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)) |
2 | 6 | <a name="v0.20.0"></a> |
3 | 7 | ## [v0.20.0] - 2026-03-11 |
4 | 8 | ### Build |
|
7 | 11 | - enable security code scanner ([#771](https://github.com/Consensys/gnark-crypto/issues/771)) |
8 | 12 | - Standardize imports ([#760](https://github.com/Consensys/gnark-crypto/issues/760)) |
9 | 13 | ### Chore |
| 14 | +- golangci-lint update ([#813](https://github.com/Consensys/gnark-crypto/issues/813)) |
10 | 15 | - rename sage files ([#806](https://github.com/Consensys/gnark-crypto/issues/806)) |
11 | 16 | - add dependabot configuration for GitHub Actions updates ([#804](https://github.com/Consensys/gnark-crypto/issues/804)) |
12 | 17 | - reintroduce slack notif ([#802](https://github.com/Consensys/gnark-crypto/issues/802)) |
13 | 18 | - update ci workflows to go 1.25 ([#801](https://github.com/Consensys/gnark-crypto/issues/801)) |
14 | 19 | - use self hosted runners ([#763](https://github.com/Consensys/gnark-crypto/issues/763)) |
15 | 20 | - merge v0.19 hotfix branch ([#766](https://github.com/Consensys/gnark-crypto/issues/766)) |
16 | 21 | - 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 |
22 | 22 | ### Feat |
23 | 23 | - add bn254 poseidon2 constants and support t=4/8/12/16 ([#783](https://github.com/Consensys/gnark-crypto/issues/783)) |
24 | 24 | - lattice-based rational reconstructions for gnark scalar decompositions ([#799](https://github.com/Consensys/gnark-crypto/issues/799)) |
|
70 | 70 | ### Refactor |
71 | 71 | - use more defines in assembly fine to make files less verbose ([#789](https://github.com/Consensys/gnark-crypto/issues/789)) |
72 | 72 | - 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)) |
73 | 75 | <a name="v0.19.2"></a> |
74 | 76 | ## [v0.19.2] - 2025-10-28 |
75 | 77 | ### Docs |
|
2239 | 2241 | - Merge pull request [#2](https://github.com/Consensys/gnark-crypto/issues/2) from ConsenSys/develop |
2240 | 2242 | <a name="v0.0.1"></a> |
2241 | 2243 | ## v0.0.1 - 2020-03-23 |
| 2244 | +[v0.20.1]: https://github.com/Consensys/gnark-crypto/compare/v0.20.0...v0.20.1 |
2242 | 2245 | [v0.20.0]: https://github.com/Consensys/gnark-crypto/compare/v0.19.2...v0.20.0 |
2243 | 2246 | [v0.19.2]: https://github.com/Consensys/gnark-crypto/compare/v0.19.1...v0.19.2 |
2244 | 2247 | [v0.19.1]: https://github.com/Consensys/gnark-crypto/compare/v0.19.0...v0.19.1 |
|
0 commit comments