diff --git a/crates/dap/CHANGELOG.md b/crates/dap/CHANGELOG.md index 77c3c5f..b407a21 100644 --- a/crates/dap/CHANGELOG.md +++ b/crates/dap/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1](https://github.com/0xMiden/miden-debug/compare/miden-debug-dap-v0.1.0...miden-debug-dap-v0.6.1) - 2026-04-08 + +### Fixed + +- broken workspace configuration + ## [0.1.0](https://github.com/0xMiden/miden-debug/releases/tag/miden-debug-dap-v0.1.0) - 2026-04-08 ### Added diff --git a/crates/engine/CHANGELOG.md b/crates/engine/CHANGELOG.md index 1056958..3165bf9 100644 --- a/crates/engine/CHANGELOG.md +++ b/crates/engine/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1](https://github.com/0xMiden/miden-debug/releases/tag/miden-debug-engine-v0.6.1) - 2026-04-08 + +### Fixed + +- broken workspace configuration +- VM v0.22.1 compatibility +- align deps with miden-client beta base +- handle edit-and-continue and terminate-and-reconnect +- pin protocol rev and align debugger DAP support +- resolve remote refresh, crate split, reload, and review follow-up + +### Other + +- fix linter warning +- release +- switch to crates.io deps for protocol and VM +- move files to avoid `#[path = "..."]` + ## [0.1.0](https://github.com/0xMiden/miden-debug/releases/tag/miden-debug-engine-v0.1.0) - 2026-04-08 ### Fixed