Skip to content

Commit

Permalink
Merge pull request #202 from philipc/release
Browse files Browse the repository at this point in the history
Bump version to 0.14.1
  • Loading branch information
philipc committed Dec 31, 2020
2 parents 36c72f0 + 89a8383 commit f7053dd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
## 0.14.1 (2020/12/31)

### Fixed

* Fix location lookup for skeleton units.
[#201](https://github.com/gimli-rs/addr2line/pull/201)

### Added

* Added `Context::find_location_range`.
[#196](https://github.com/gimli-rs/addr2line/pull/196)
[#199](https://github.com/gimli-rs/addr2line/pull/199)


## 0.14.0 (2020/10/27)

### Breaking changes
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -3,12 +3,12 @@ authors = ["Nick Fitzgerald <fitzgen@gmail.com>", "Philip Craig <philipjcraig@gm
description = "A cross-platform symbolication library written in Rust, using `gimli`"
documentation = "https://docs.rs/addr2line"
keywords = ["DWARF", "debug", "elf", "symbolicate", "atos"]
categories = ["development-tools::debugging", "command-line-utilities"]
categories = ["development-tools::debugging"]
license = "Apache-2.0/MIT"
name = "addr2line"
readme = "./README.md"
repository = "https://github.com/gimli-rs/addr2line"
version = "0.14.0"
version = "0.14.1"
exclude = ["/benches/*", "/fixtures/*"]

[badges]
Expand All @@ -32,7 +32,7 @@ compiler_builtins = { version = '0.1.2', optional = true }
memmap = "0.7"
clap = "2"
backtrace = "0.3.13"
findshlibs = "0.7"
findshlibs = "0.8"
rustc-test = "0.3"
auxiliary = { path = "tests/auxiliary" }

Expand Down

0 comments on commit f7053dd

Please sign in to comment.