Skip to content

Commit 0427e6c

Browse files
chore: release v0.4.2
1 parent 1155689 commit 0427e6c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.4.2](https://github.com/0xMiden/miden-debug/compare/v0.4.1...v0.4.2) - 2025-12-31
10+
11+
### Other
12+
13+
- Search through context for a valid location
14+
915
## [0.4.1](https://github.com/0xMiden/compiler/compare/midenc-debug-v0.4.0...midenc-debug-v0.4.1) - 2025-09-03
1016

1117
### Other

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.1"
4+
version = "0.4.2"
55
rust-version = "1.90"
66
authors = ["Miden contributors"]
77
repository = "https://github.com/0xMiden/miden-debug"

0 commit comments

Comments
 (0)