Skip to content

Commit 949d2c6

Browse files
chore: release v0.5.0
1 parent 9f09d61 commit 949d2c6

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.5.0](https://github.com/0xMiden/miden-debug/compare/v0.4.7...v0.5.0) - 2026-03-06
10+
11+
### Added
12+
13+
- migrate to miden-vm v0.21 FastProcessor API
14+
15+
### Fixed
16+
17+
- fix rust fmt
18+
- fix felts endianess
19+
- populate StackOutputs on program completion
20+
- use module path for Continuation import
21+
22+
### Other
23+
24+
- Merge pull request #36 from 0xMiden/next
25+
- fix felt accessor in wasm stack test
26+
- use crates.io miden-vm 0.21.1 deps
27+
- use miden-vm v0.21.1 git deps for CI
28+
- Use self.processor.memory
29+
- use re-exported Continuation and Memory
30+
931
## [0.4.7](https://github.com/0xMiden/miden-debug/compare/v0.4.6...v0.4.7) - 2026-03-05
1032

1133
### Added

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "miden-debug"
33
description = "An interactive debugger for Miden VM programs"
4-
version = "0.4.7"
4+
version = "0.5.0"
55
rust-version = "1.90"
66
authors = ["Miden contributors"]
77
repository = "https://github.com/0xMiden/miden-debug"

0 commit comments

Comments
 (0)