Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
irakliyk committed Nov 17, 2023
1 parent 990a620 commit cd92409
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

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

## 0.7.1 (2023-10-28) - `air` crate only
* Changed most methods for `ProofOption` to be `const fn`.

## 0.7.0 (2023-10-23)
Expand Down
4 changes: 2 additions & 2 deletions math/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "winter-math"
version = "0.7.0"
version = "0.7.1"
description = "Math library 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-math/0.7.0"
documentation = "https://docs.rs/winter-math/0.7.1"
categories = ["cryptography", "no-std"]
keywords = ["crypto", "finite-fields", "polynomials", "fft"]
edition = "2021"
Expand Down

0 comments on commit cd92409

Please sign in to comment.