Skip to content

Commit 7a5afd5

Browse files
authored
Merge pull request #220 from philipc/release
Release 0.15.2
2 parents 8a985ab + ec09a20 commit 7a5afd5

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1+
## 0.15.2 (2021/06/04)
2+
3+
### Fixed
4+
5+
* Allow `Context` to be `Send`.
6+
[#219](https://github.com/gimli-rs/addr2line/pull/219)
7+
8+
19
## 0.15.1 (2021/05/02)
210

311
### Fixed
412

513
* Don't ignore aranges with address 0.
614
[#217](https://github.com/gimli-rs/addr2line/pull/217)
715

16+
817
## 0.15.0 (2021/05/02)
918

1019
### Breaking changes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "addr2line"
3-
version = "0.15.1"
3+
version = "0.15.2"
44
authors = ["Nick Fitzgerald <fitzgen@gmail.com>", "Philip Craig <philipjcraig@gmail.com>", "Jon Gjengset <jon@thesquareplanet.com>", "Noah Bergbauer <noah.bergbauer@tum.de>"]
55
description = "A cross-platform symbolication library written in Rust, using `gimli`"
66
documentation = "https://docs.rs/addr2line"

0 commit comments

Comments
 (0)