Skip to content

Commit

Permalink
build: bump version to 0.5.4; update CHANGELOG; add one contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
m4b committed Aug 15, 2022
1 parent eaba4ed commit 59ec2f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Before 1.0, this project does not adhere to [Semantic Versioning](http://semver.

Goblin is now 0.5, which means we will try our best to ease breaking changes. Tracking issue is here: https://github.com/m4b/goblin/issues/97

## [0.5.4] - 2022-8-14
### Fixed
pe: fix regression in PE binary parsing, thanks @SquareMan: https://github.com/m4b/goblin/pull/321

## [0.5.3] - 2022-7-16
### Fixed
elf: fix elf strtab parsing, thanks @tux3: https://github.com/m4b/goblin/pull/316
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.5.3"
version = "0.5.4"
authors = [
"m4b <[email protected]>",
"seu <[email protected]>",
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ In lexicographic order:
- [@skdltmxn]
- [@sollyucko]
- [@Swatinem]
- [@SquareMan]
- [@tathanhdinh]
- [@Techno-coder]
- [@ticki]
Expand Down Expand Up @@ -218,6 +219,7 @@ In lexicographic order:
[@skdltmxn]: https://github.com/skdltmxn
[@sollyucko]: https://github.com/sollyucko
[@Swatinem]: https://github.com/Swatinem
[@SquareMan]: https://github.com/SquareMan
[@tathanhdinh]: https://github.com/tathanhdinh
[@Techno-coder]: https://github.com/Techno-coder
[@ticki]: https://github.com/ticki
Expand Down

0 comments on commit 59ec2f3

Please sign in to comment.