diff --git a/CHANGELOG.md b/CHANGELOG.md index b88fb1c92..3bb87d583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index b66ddf904..ce87f27bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "goblin" -version = "0.5.3" +version = "0.5.4" authors = [ "m4b ", "seu ", diff --git a/README.md b/README.md index cd85dc88b..ff8098935 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ In lexicographic order: - [@skdltmxn] - [@sollyucko] - [@Swatinem] +- [@SquareMan] - [@tathanhdinh] - [@Techno-coder] - [@ticki] @@ -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