diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ea8cafe..97e0d43e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. Before 1.0, this project does not adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -Goblin is now 0.1, which means we will try our best to ease breaking changes. Tracking issue is here: https://github.com/m4b/goblin/issues/97 +Goblin is now 0.3, which means we will try our best to ease breaking changes. Tracking issue is here: https://github.com/m4b/goblin/issues/97 + +## [0.3.2] - 2021-1-29 +### Fixed +- elf: overflow panic when note name is 0, thanks @glandium: https://github.com/m4b/goblin/pull/256 ## [0.3.1] - 2021-1-18 ### Added diff --git a/README.md b/README.md index 5251159b..2243a7d4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add to your `Cargo.toml` ```toml [dependencies] -goblin = "0.2" +goblin = "0.3" ``` ### Features @@ -110,6 +110,7 @@ In lexicographic order: - [@ExPixel] - [@Evian-Zhang] - [@flanfly] +- [@glandium] - [@ibabushkin] - [@jackcmay] - [@jan-auer] @@ -151,6 +152,7 @@ In lexicographic order: [@Evian-Zhang]: https://github.com/Evian-Zhang [@ExPixel]: https://github.com/ExPixel [@flanfly]: https://github.com/flanfly +[@glandium]: https://github.com/glandium [@ibabushkin]: https://github.com/ibabushkin [@jackcmay]: https://github.com/jackcmay [@jan-auer]: https://github.com/jan-auer