Skip to content

Commit

Permalink
Release 0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc committed Dec 12, 2021
1 parent ce4ff3e commit 74e27e4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 74e27e4

Please sign in to comment.