diff --git a/CHANGELOG.md b/CHANGELOG.md index 82ef37da..582476c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ -------------------------------------------------------------------------------- +## 0.28.1 + +Released 2021/12/12. + +### Changed + +* Fix `read::elf::SymbolTable::shndx_section`. + [#405](https://github.com/gimli-rs/object/pull/405) + +* Fix build warnings. + [#405](https://github.com/gimli-rs/object/pull/405) + [#406](https://github.com/gimli-rs/object/pull/406) + +-------------------------------------------------------------------------------- + ## 0.28.0 Released 2021/12/12. diff --git a/Cargo.toml b/Cargo.toml index 50a675d8..50b1e31e 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "object" # Note: disable resolver in workspace setting before releases. -version = "0.28.0" +version = "0.28.1" edition = "2018" exclude = ["/.github", "/testfiles"] keywords = ["object", "elf", "mach-o", "pe", "coff"]