Skip to content

Commit cd32dce

Browse files
committed
incremented crate versions to v0.12.2 and updated changelog
1 parent 8aacc83 commit cd32dce

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.12.2 (2025-03-19) - `prover` and `verifier` crate only
4+
5+
- Commit to coefficients of FRI remainder polynomial in reverse order (#373).
6+
37
## 0.12.1 (2025-02-12) - `air` crate only
48
- Fixed `Context` struct serialization.
59

@@ -11,7 +15,6 @@
1115
- Update security estimator to take batching method into account (#361).
1216
- [BREAKING] Added option for algebraic batching to build constraint composition polynomial (#363).
1317
- Updated minimum supported Rust version to 1.84.
14-
- Commit to coefficients of FRI remainder polynomial in reverse order (#373).
1518

1619
## 0.11.0 (2024-11-24)
1720
- [BREAKING] Made the prover generic over the `ConstraintCommitment` type (#343).

prover/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "winter-prover"
3-
version = "0.12.0"
3+
version = "0.12.2"
44
description = "Winterfell STARK prover"
55
authors = ["winterfell contributors"]
66
readme = "README.md"
77
license = "MIT"
88
repository = "https://github.com/novifinancial/winterfell"
9-
documentation = "https://docs.rs/winter-prover/0.12.0"
9+
documentation = "https://docs.rs/winter-prover/0.12.2"
1010
categories = ["cryptography", "no-std"]
1111
keywords = ["crypto", "zkp", "stark", "prover"]
1212
edition = "2021"

verifier/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "winter-verifier"
3-
version = "0.12.0"
3+
version = "0.12.2"
44
description = "Winterfell STARK verifier"
55
authors = ["winterfell contributors"]
66
readme = "README.md"
77
license = "MIT"
88
repository = "https://github.com/novifinancial/winterfell"
9-
documentation = "https://docs.rs/winter-verifier/0.12.0"
9+
documentation = "https://docs.rs/winter-verifier/0.12.2"
1010
categories = ["cryptography", "no-std"]
1111
keywords = ["crypto", "zkp", "stark", "verifier"]
1212
edition = "2021"

0 commit comments

Comments
 (0)