Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0](https://github.com/0xMiden/miden-debug/compare/v0.4.7...v0.5.0) - 2026-03-06

### Added

- migrate to miden-vm v0.21 FastProcessor API

### Fixed

- fix rust fmt
- fix felts endianess
- populate StackOutputs on program completion
- use module path for Continuation import

### Other

- Merge pull request #36 from 0xMiden/next
- fix felt accessor in wasm stack test
- use crates.io miden-vm 0.21.1 deps
- use miden-vm v0.21.1 git deps for CI
- Use self.processor.memory
- use re-exported Continuation and Memory

## [0.4.7](https://github.com/0xMiden/miden-debug/compare/v0.4.6...v0.4.7) - 2026-03-05

### Added

- add fn `push_wasm_ty_to_operand_stack`

### Other

- Merge branch 'next' into main

### Added

- Add function `push_wasm_ty_to_operand_stack`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "miden-debug"
description = "An interactive debugger for Miden VM programs"
version = "0.4.6"
version = "0.5.0"
rust-version = "1.90"
authors = ["Miden contributors"]
repository = "https://github.com/0xMiden/miden-debug"
Expand Down