Skip to content

Commit f7053dd

Browse files
authored
Merge pull request #202 from philipc/release
Bump version to 0.14.1
2 parents 36c72f0 + 89a8383 commit f7053dd

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.14.1 (2020/12/31)
2+
3+
### Fixed
4+
5+
* Fix location lookup for skeleton units.
6+
[#201](https://github.com/gimli-rs/addr2line/pull/201)
7+
8+
### Added
9+
10+
* Added `Context::find_location_range`.
11+
[#196](https://github.com/gimli-rs/addr2line/pull/196)
12+
[#199](https://github.com/gimli-rs/addr2line/pull/199)
13+
14+
115
## 0.14.0 (2020/10/27)
216

317
### Breaking changes

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ authors = ["Nick Fitzgerald <fitzgen@gmail.com>", "Philip Craig <philipjcraig@gm
33
description = "A cross-platform symbolication library written in Rust, using `gimli`"
44
documentation = "https://docs.rs/addr2line"
55
keywords = ["DWARF", "debug", "elf", "symbolicate", "atos"]
6-
categories = ["development-tools::debugging", "command-line-utilities"]
6+
categories = ["development-tools::debugging"]
77
license = "Apache-2.0/MIT"
88
name = "addr2line"
99
readme = "./README.md"
1010
repository = "https://github.com/gimli-rs/addr2line"
11-
version = "0.14.0"
11+
version = "0.14.1"
1212
exclude = ["/benches/*", "/fixtures/*"]
1313

1414
[badges]
@@ -32,7 +32,7 @@ compiler_builtins = { version = '0.1.2', optional = true }
3232
memmap = "0.7"
3333
clap = "2"
3434
backtrace = "0.3.13"
35-
findshlibs = "0.7"
35+
findshlibs = "0.8"
3636
rustc-test = "0.3"
3737
auxiliary = { path = "tests/auxiliary" }
3838

0 commit comments

Comments
 (0)