From 66127bcf7396786510bb84a0708b20352561fe1c Mon Sep 17 00:00:00 2001 From: Robin Salen <30937548+Nashtare@users.noreply.github.com> Date: Fri, 1 Mar 2024 07:54:08 +0900 Subject: [PATCH] Bump starky (#1549) --- CHANGELOG.md | 2 ++ starky/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 973d29d8..7fc92fb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.2.1] - 2024-03-01 (`starky` crate only) + ### Changed Always compile cross_table_lookups::debug_utils ([#1540](https://github.com/0xPolygonZero/plonky2/pull/1540)) diff --git a/starky/Cargo.toml b/starky/Cargo.toml index 69b89902..cd7a21a3 100644 --- a/starky/Cargo.toml +++ b/starky/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "starky" description = "Implementation of STARKs" -version = "0.2.0" +version = "0.2.1" authors = ["Daniel Lubarov ", "William Borgeaud "] readme = "README.md" edition.workspace = true