mirror of
https://github.com/encounter/object.git
synced 2026-03-30 11:32:22 -07:00
Release 0.30.1 (#499)
This commit is contained in:
@@ -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
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user