Release 0.30.1 (#499)

This commit is contained in:
Philip Craig
2023-01-04 17:28:56 +10:00
committed by GitHub
parent 4c05d01011
commit 451efefcd1
2 changed files with 23 additions and 1 deletions
+22
View File
@@ -2,6 +2,28 @@
--------------------------------------------------------------------------------
## 0.30.1
Released 2023/01/04.
### Changed
* Changed `read::ElfSymbol::kind` to handle `STT_NOTYPE` and `STT_GNU_IFUNC`.
[#498](https://github.com/gimli-rs/object/pull/498)
### Added
* Added `read::CoffSymbol::raw_symbol`.
[#494](https://github.com/gimli-rs/object/pull/494)
* Added ELF support for Solana Binary Format.
[#491](https://github.com/gimli-rs/object/pull/491)
* Added ELF support for AArch64 ILP32.
[#497](https://github.com/gimli-rs/object/pull/497)
--------------------------------------------------------------------------------
## 0.30.0
Released 2022/11/22.
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "object"
version = "0.30.0"
version = "0.30.1"
edition = "2018"
exclude = ["/.github", "/testfiles"]
keywords = ["object", "elf", "mach-o", "pe", "coff"]