Skip to content

Commit

Permalink
Incremented winter-math crate version to v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
irakliyk committed Sep 25, 2024
1 parent 366e951 commit c14d682
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.9.3 (2024-09-25) - `utils/core` crate only
## 0.9.3 (2024-09-25) - `utils/core` and `math` crates only
- Implemented `get_size_hint()` for default impls (#332).

## 0.9.2 (2024-09-06) - `utils/core` crate only
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.9.0"
version = "0.9.3"
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.9.0"
documentation = "https://docs.rs/winter-math/0.9.3"
categories = ["cryptography", "no-std"]
keywords = ["crypto", "finite-fields", "polynomials", "fft"]
edition = "2021"
Expand Down

0 comments on commit c14d682

Please sign in to comment.