From c14d682405357961089326840720eb23cff8e1dc Mon Sep 17 00:00:00 2001 From: Irakliy Khaburzaniya Date: Wed, 25 Sep 2024 12:50:44 -0700 Subject: [PATCH] Incremented winter-math crate version to v0.9.2 --- CHANGELOG.md | 2 +- math/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e873d886..a99657258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/math/Cargo.toml b/math/Cargo.toml index b10b50beb..fe0b94b58 100644 --- a/math/Cargo.toml +++ b/math/Cargo.toml @@ -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"