Skip to content

Commit

Permalink
chore: update stdlib crate version to v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed May 22, 2024
1 parent 65f6ead commit 1698d13
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.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).

Expand Down
4 changes: 2 additions & 2 deletions stdlib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 1698d13

Please sign in to comment.