From 9abd8d17483dc7a3b23ebb72ab30b86426ddf19d Mon Sep 17 00:00:00 2001 From: Bobbin Threadbare Date: Thu, 25 Apr 2024 15:33:30 -0700 Subject: [PATCH] chore: increment air and processor crate versions to v0.9.2 and update changelog --- CHANGELOG.md | 4 ++++ air/Cargo.toml | 4 ++-- processor/Cargo.toml | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dff7fbfe3a..f118d27c3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.9.2 (2024-04-25) - `air` and `processor` crates only + +- Allowed enabling debug mode via `ExecutionOptions` (#1316). + ## 0.9.1 (2024-04-04) - Added additional trait implementations to error types (#1306). diff --git a/air/Cargo.toml b/air/Cargo.toml index 63286d7ce2..74b5c03bff 100644 --- a/air/Cargo.toml +++ b/air/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "miden-air" -version = "0.9.1" +version = "0.9.2" description = "Algebraic intermediate representation of Miden VM processor" authors = ["miden contributors"] readme = "README.md" license = "MIT" repository = "https://github.com/0xPolygonMiden/miden-vm" -documentation = "https://docs.rs/miden-air/0.9.1" +documentation = "https://docs.rs/miden-air/0.9.2" categories = ["cryptography", "no-std"] keywords = ["air", "arithmetization", "crypto", "miden"] edition = "2021" diff --git a/processor/Cargo.toml b/processor/Cargo.toml index f689d1f78e..3cd292d8a5 100644 --- a/processor/Cargo.toml +++ b/processor/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "miden-processor" -version = "0.9.1" +version = "0.9.2" description = "Miden VM processor" authors = ["miden contributors"] readme = "README.md" license = "MIT" repository = "https://github.com/0xPolygonMiden/miden-vm" -documentation = "https://docs.rs/miden-processor/0.9.1" +documentation = "https://docs.rs/miden-processor/0.9.2" categories = ["emulators", "no-std"] keywords = ["miden", "virtual-machine"] edition = "2021"