Skip to content

Commit

Permalink
incremented winter-utils version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
irakliyk committed Jun 24, 2024
1 parent 619525f commit 512f82b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.9.1 (2024-06-24) - `utils/core` crate only
- Fixed `useize` serialization in `ByteWriter`.

## 0.9.0 (2024-05-09)
- [BREAKING] Merged `TraceLayout` into `TraceInfo` (#245).
- Implemented Lagrange Kernel constraints (#247, )
Expand Down
4 changes: 2 additions & 2 deletions utils/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "winter-utils"
version = "0.9.0"
version = "0.9.1"
description = "Utilities 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-utils/0.9.0"
documentation = "https://docs.rs/winter-utils/0.9.1"
categories = ["cryptography", "no-std"]
keywords = ["serialization", "transmute"]
edition = "2021"
Expand Down

0 comments on commit 512f82b

Please sign in to comment.