Skip to content

Commit

Permalink
incremented version of winter-core-utils to v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
irakliyk committed Sep 25, 2024
1 parent 97adef5 commit 366e951
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.3 (2024-09-25) - `utils/core` crate only
- Implemented `get_size_hint()` for default impls (#332).

## 0.9.2 (2024-09-06) - `utils/core` crate only
- Fixed `read_slice` impl for ReadAdapter` (#309).

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.2"
version = "0.9.3"
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.2"
documentation = "https://docs.rs/winter-utils/0.9.3"
categories = ["cryptography", "no-std"]
keywords = ["serialization", "transmute"]
edition = "2021"
Expand Down

0 comments on commit 366e951

Please sign in to comment.