Skip to content

Commit

Permalink
build, docs: update version to 0.0.20. update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
m4b committed Feb 10, 2019
1 parent b1c7f0d commit 334206f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Before 1.0, this project does not adhere to [Semantic Versioning](http://semver.

I'm sorry, I will try my best to ease breaking changes. We're almost to 1.0, don't worry!

## Unreleased
## [0.0.20] - 2019-2-10
### Added
- elf: parse section header relocs even when not an object file. thanks @Techno-Coder: https://github.com/m4b/goblin/pull/118
- pe: make utils public, add better examples for data directory usage. thanks @Pzixel: https://github.com/m4b/goblin/pull/116

## [0.0.19] - 2018-10-23
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "goblin"
version = "0.0.19"
version = "0.0.20"
authors = ["m4b <m4b.github.io@gmail.com>", "seu <seu@panopticon.re>", "Will Glynn <will@willglynn.com>", "Philip Craig <philipjcraig@gmail.com>"]
readme = "README.md"
keywords = ["binary", "elf", "mach", "pe", "archive"]
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add to your `Cargo.toml`

```toml
[dependencies]
goblin = "0.0.19"
goblin = "0.0.20"
```

### Features
Expand Down Expand Up @@ -90,6 +90,7 @@ In alphabetic order:
- [@rocallahan](https://github.com/rocallahan)
- [@sanxiyn](https://github.com/sanxiyn)
- [@tathanhdinh](https://github.com/tathanhdinh)
- [@Techno-coder](https://github.com/Techno-coder)
- [@ticki](https://github.com/ticki)
- [@willglynn](https://github.com/willglynn)
- [@xcoldhandsx](https://github.com/xcoldhandsx)
Expand Down

0 comments on commit 334206f

Please sign in to comment.