Skip to content

Commit

Permalink
chore: update assembly and processor versions to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Jun 29, 2023
1 parent 3291d6f commit 3022d25
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## 0.6.1 (2023-06-29) - `miden-core` only
## 0.6.1 (2023-06-29)

- Fix macro use in `miden-core` for `no-std`.
- Fixed `no-std` compilation for `miden-core`, `miden-assembly`, and `miden-processor` crates.

## 0.6.0 (2023-06-28)

Expand Down
2 changes: 1 addition & 1 deletion assembly/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "miden-assembly"
version = "0.6.0"
version = "0.6.1"
description = "Miden VM assembly language"
authors = ["miden contributors"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion processor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "miden-processor"
version = "0.6.0"
version = "0.6.1"
description = "Miden VM processor"
authors = ["miden contributors"]
readme = "README.md"
Expand Down

0 comments on commit 3022d25

Please sign in to comment.