Skip to content

Commit 34e5ac5

Browse files
committed
Release 0.24.2
1 parent bde33b2 commit 34e5ac5

File tree

3 files changed

+42
-11
lines changed

3 files changed

+42
-11
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22

33
--------------------------------------------------------------------------------
44

5+
## 0.24.2 (2024/10/04)
6+
7+
### Changed
8+
9+
* Enabled caching of DWARF abbreviations.
10+
[#318](https://github.com/gimli-rs/addr2line/pull/318)
11+
12+
* Changed the `addr2line` binary to prefer symbol names over DWARF names.
13+
[#332](https://github.com/gimli-rs/addr2line/pull/332)
14+
15+
* Updated `gimli` dependency.
16+
17+
### Added
18+
19+
* Added `Context::from_arc_dwarf`.
20+
[#327](https://github.com/gimli-rs/addr2line/pull/327)
21+
22+
* Added benchmark comparison.
23+
[#315](https://github.com/gimli-rs/addr2line/pull/315)
24+
[#321](https://github.com/gimli-rs/addr2line/pull/321)
25+
[#322](https://github.com/gimli-rs/addr2line/pull/322)
26+
[#325](https://github.com/gimli-rs/addr2line/pull/325)
27+
28+
* Added more tests.
29+
[#328](https://github.com/gimli-rs/addr2line/pull/328)
30+
[#330](https://github.com/gimli-rs/addr2line/pull/330)
31+
[#331](https://github.com/gimli-rs/addr2line/pull/331)
32+
[#333](https://github.com/gimli-rs/addr2line/pull/333)
33+
34+
--------------------------------------------------------------------------------
35+
536
## 0.24.1 (2024/07/26)
637

738
### Changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "addr2line"
3-
version = "0.24.1"
3+
version = "0.24.2"
44
description = "A cross-platform symbolication library written in Rust, using `gimli`"
55
documentation = "https://docs.rs/addr2line"
66
keywords = ["DWARF", "debug", "elf", "symbolicate", "atos"]

0 commit comments

Comments
 (0)