From b51892217751dddfbde8e61a1e589cc0c585219c Mon Sep 17 00:00:00 2001 From: Irakliy Khaburzaniya Date: Fri, 1 Dec 2023 11:44:48 -0800 Subject: [PATCH] updated changelog and air crate version --- CHANGELOG.md | 3 +++ air/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b73c20d7d..280b967fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.7.3 (2023-12-01) - `air` crate only +* Fixed `StarkProof::new_dummy()` constructor (#234). + ## 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). diff --git a/air/Cargo.toml b/air/Cargo.toml index c8750cbc4..66bc2e017 100644 --- a/air/Cargo.toml +++ b/air/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "winter-air" -version = "0.7.2" +version = "0.7.3" 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.2" +documentation = "https://docs.rs/winter-air/0.7.3" categories = ["cryptography", "no-std"] keywords = ["crypto", "arithmetization", "air"] edition = "2021"