Skip to content

Commit

Permalink
updated crate versions and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
irakliyk committed Dec 1, 2023
1 parent a671515 commit 67bdce2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.7.2 (2023-11-30) - `air`, `fri`, and `utils/core` crates only
* Minor proof serialization and deserialization refactoring (#231).
* Added `StarkProof::new_dummy()` constructor to simplify testing (#232).

## 0.7.1 (2023-11-17) - `math` crate only
* Changed `Debug` format for field elements (#228).

Expand Down
4 changes: 2 additions & 2 deletions air/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "winter-air"
version = "0.7.1"
version = "0.7.2"
description = "AIR components for the Winterfell STARK prover/verifier"
authors = ["winterfell contributors"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/novifinancial/winterfell"
documentation = "https://docs.rs/winter-air/0.7.1"
documentation = "https://docs.rs/winter-air/0.7.2"
categories = ["cryptography", "no-std"]
keywords = ["crypto", "arithmetization", "air"]
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions fri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "winter-fri"
version = "0.7.0"
version = "0.7.2"
description = "Implementation of FRI protocol for the Winterfell STARK prover/verifier"
authors = ["winterfell contributors"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/novifinancial/winterfell"
documentation = "https://docs.rs/winter-fri/0.7.0"
documentation = "https://docs.rs/winter-fri/0.7.2"
categories = ["cryptography", "no-std"]
keywords = ["crypto", "polynomial", "commitments"]
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions utils/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "winter-utils"
version = "0.7.0"
version = "0.7.2"
description = "Utilities for the Winterfell STARK prover/verifier"
authors = ["winterfell contributors"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/novifinancial/winterfell"
documentation = "https://docs.rs/winter-utils/0.7.0"
documentation = "https://docs.rs/winter-utils/0.7.2"
categories = ["cryptography", "no-std"]
keywords = ["serialization", "transmute"]
edition = "2021"
Expand Down

0 comments on commit 67bdce2

Please sign in to comment.