Skip to content

Commit 76c6db2

Browse files
committed
update crate versions to v0.10.2
1 parent 0fe84be commit 76c6db2

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.10.2 (TBD)
3+
## 0.10.2 (2024-11-18)
44
- Implement `core::error::Error` for error types (#341).
55

66
## 0.10.1 (2024-10-30)

air/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-air"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
description = "AIR components for the Winterfell STARK prover/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-air/0.10.1"
9+
documentation = "https://docs.rs/winter-air/0.10.2"
1010
categories = ["cryptography", "no-std"]
1111
keywords = ["crypto", "arithmetization", "air"]
1212
edition = "2021"

crypto/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-crypto"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
description = "Cryptographic library for the Winterfell STARK prover/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-crypto/0.10.1"
9+
documentation = "https://docs.rs/winter-crypto/0.10.2"
1010
categories = ["cryptography", "no-std"]
1111
keywords = ["crypto", "merkle-tree", "hash"]
1212
edition = "2021"

fri/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-fri"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
description = "Implementation of FRI protocol for the Winterfell STARK prover/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-fri/0.10.1"
9+
documentation = "https://docs.rs/winter-fri/0.10.2"
1010
categories = ["cryptography", "no-std"]
1111
keywords = ["crypto", "polynomial", "commitments"]
1212
edition = "2021"

math/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-math"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
description = "Math library for the Winterfell STARK prover/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-math/0.10.1"
9+
documentation = "https://docs.rs/winter-math/0.10.2"
1010
categories = ["cryptography", "no-std"]
1111
keywords = ["crypto", "finite-fields", "polynomials", "fft"]
1212
edition = "2021"

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.10.1"
3+
version = "0.10.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.10.1"
9+
documentation = "https://docs.rs/winter-prover/0.10.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.10.1"
3+
version = "0.10.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.10.1"
9+
documentation = "https://docs.rs/winter-verifier/0.10.2"
1010
categories = ["cryptography", "no-std"]
1111
keywords = ["crypto", "zkp", "stark", "verifier"]
1212
edition = "2021"

winterfell/Cargo.toml

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

0 commit comments

Comments
 (0)