Skip to content

Commit

Permalink
increment math crate version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
irakliyk committed Mar 29, 2024
1 parent 39f6317 commit 0952575
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.8.4 (2024-03-28) - `math` crate only
* Added more to/from conversions for `f64` field (#268).

## 0.8.4 (2024-03-18) - `utils/core` crate only
* Re-added unintentionally removed re-exported liballoc macros (#263).

Expand Down
2 changes: 1 addition & 1 deletion math/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "winter-math"
version = "0.8.3"
version = "0.8.4"
description = "Math library for the Winterfell STARK prover/verifier"
authors = ["winterfell contributors"]
readme = "README.md"
Expand Down

0 comments on commit 0952575

Please sign in to comment.