Skip to content

Commit

Permalink
updated changelog and air crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
irakliyk committed Dec 1, 2023
1 parent b9043ad commit b518922
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
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.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"
Expand Down

0 comments on commit b518922

Please sign in to comment.