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"