From 1698d13093c1af367de2d8491940ca9b7137d504 Mon Sep 17 00:00:00 2001 From: Bobbin Threadbare Date: Wed, 22 May 2024 13:08:49 -0700 Subject: [PATCH] chore: update stdlib crate version to v0.9.2 --- CHANGELOG.md | 3 +++ stdlib/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2de9d71135..bd7dfb71dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.9.2 (2024-05-22) - `stdlib` crate only +- Skip writing MASM documentation to file when building on docs.rs (#1341). + ## 0.9.2 (2024-05-09) - `assembly` crate only - Remove usage of `group_vector_elements()` from `combine_blocks()` (#1331). diff --git a/stdlib/Cargo.toml b/stdlib/Cargo.toml index 2e2dde348f..4dfc46ed5d 100644 --- a/stdlib/Cargo.toml +++ b/stdlib/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "miden-stdlib" -version = "0.9.1" +version = "0.9.2" description = "Miden VM standard library" authors = ["miden contributors"] readme = "README.md" license = "MIT" repository = "https://github.com/0xPolygonMiden/miden-vm" -documentation = "https://docs.rs/miden-stdlib/0.9.1" +documentation = "https://docs.rs/miden-stdlib/0.9.2" categories = ["cryptography", "mathematics"] keywords = ["miden", "program", "stdlib"] edition = "2021"