diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f183e9..2656d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.17.0] - 2026-05-28 + ### Added - **Rewriter instruction-level offset map** (#143 DWARF Phase 2 diff --git a/Cargo.lock b/Cargo.lock index 057f48c..7747349 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1370,7 +1370,7 @@ checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4" [[package]] name = "meld-cli" -version = "0.16.0" +version = "0.17.0" dependencies = [ "anyhow", "clap", @@ -1385,7 +1385,7 @@ dependencies = [ [[package]] name = "meld-core" -version = "0.16.0" +version = "0.17.0" dependencies = [ "anyhow", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 4e89645..0ef5479 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ exclude = [ ] [workspace.package] -version = "0.16.0" +version = "0.17.0" authors = ["PulseEngine "] edition = "2024" license = "Apache-2.0"