Skip to content

Commit

Permalink
Merge pull request #123 from philipc/0.9
Browse files Browse the repository at this point in the history
Update changelog and bump version to 0.9.0
  • Loading branch information
philipc committed May 1, 2019
2 parents e59677d + 86b8dd6 commit 42990e4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
## 0.9.0 (2019/05/02)

### Breaking changes

* [#121](https://github.com/gimli-rs/addr2line/pull/121)
Update `gimli`, `object`, and `fallible-iterator` dependencies.

### Added

* [#121](https://github.com/gimli-rs/addr2line/pull/121)
Reexport `gimli`, `object`, and `fallible-iterator`.


## 0.8.0 (2019/02/06)

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
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.8.0"
version = "0.9.0"
exclude = ["/benches/*", "/fixtures/*"]

[badges]
Expand Down

0 comments on commit 42990e4

Please sign in to comment.