Skip to content

Commit 75f3a10

Browse files
avrabeclaude
andauthored
chore: release v0.18.0 (#205)
DWARF Phase 2 increment 3a (#143, #204): the AddressRemap engine — composes the per-function base (provenance v2 code_range, v0.16.0) and intra-function InstrOffsetMap (v0.17.0) into input→output code-address translation. The mathematical core of DWARF address remapping. Increment 3b (gimli write::Dwarf::from section rewrite + DwarfHandling::Remap mode) follows in a later release. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 58e2c2d commit 75f3a10

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.18.0] - 2026-05-29
8+
79
### Added
810

911
- **DWARF `AddressRemap` engine** (#143 DWARF Phase 2 increment 3a,

Cargo.lock

Lines changed: 2 additions & 2 deletions
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
@@ -10,7 +10,7 @@ exclude = [
1010
]
1111

1212
[workspace.package]
13-
version = "0.17.0"
13+
version = "0.18.0"
1414
authors = ["PulseEngine <https://github.com/pulseengine>"]
1515
edition = "2024"
1616
license = "Apache-2.0"

0 commit comments

Comments
 (0)