Skip to content

Commit bd12ad0

Browse files
committed
chore: updated Changelog and crate version
1 parent 7eca43f commit bd12ad0

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fixed = "1.31.0"
5151
hex = { workspace = true }
5252
kes-summed-ed25519 = { version = "0.2.1", features = ["serde_enabled", "sk_clone_enabled"] }
5353
mithril-merkle-tree = { path = "../internal/mithril-merkle-tree", version = "0.1.4" }
54-
mithril-stm = { path = "../mithril-stm", version = "0.12.1", default-features = false }
54+
mithril-stm = { path = "../mithril-stm", version = "0.12.2", default-features = false }
5555
nom = "8.0.0"
5656
rand_chacha = { workspace = true }
5757
rand_core = { workspace = true }

mithril-stm/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.12.2 (08-03-2026)
9+
10+
### Changed
11+
12+
- Updated the test handling of the unsafe srs. It is now shared across more tests.
13+
- Updated the cache of the test circuit keys so they can be shared more broadly.
14+
- Remove most of the srs downsizing.
15+
816
## 0.12.1 (08-03-2026)
917

1018
### Changed

mithril-stm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-stm"
3-
version = "0.12.1"
3+
version = "0.12.2"
44
edition = { workspace = true }
55
authors = { workspace = true }
66
homepage = { workspace = true }

0 commit comments

Comments
 (0)