Skip to content

Commit

Permalink
Merge pull request #177 from philipc/release
Browse files Browse the repository at this point in the history
Bump version to 0.12.2
  • Loading branch information
philipc committed Jun 21, 2020
2 parents d25f7b3 + 84d2701 commit 6812d68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.12.2 (2020/06/21)

### Fixed

* Avoid linear search for `DW_FORM_ref_addr`.
[#175](https://github.com/gimli-rs/addr2line/pull/175)


## 0.12.1 (2020/05/19)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0/MIT"
name = "addr2line"
readme = "./README.md"
repository = "https://github.com/gimli-rs/addr2line"
version = "0.12.1"
version = "0.12.2"
exclude = ["/benches/*", "/fixtures/*"]

[badges]
Expand Down

0 comments on commit 6812d68

Please sign in to comment.