Skip to content

Commit

Permalink
Release 0.36.6
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc committed Dec 21, 2024
1 parent b3ceaca commit fa4499b
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

--------------------------------------------------------------------------------

## 0.36.6

Released 2024/10/21.

### Added

* Added `Architecuture::M68k`.
[#742](https://github.com/gimli-rs/object/pull/742)
[#749](https://github.com/gimli-rs/object/pull/749)

* Added `Architecuture::Mips64_N32`.
[#743](https://github.com/gimli-rs/object/pull/743)

* Added `elf::SHT_RELR`, `read::elf::SectionHeader::relr`, and
`write::elf::Writer::write_relative_relocation_section_header`.
[#746](https://github.com/gimli-rs/object/pull/746)

* Added `core::error::Error` implementation for Rust 1.81 onwards.
[#747](https://github.com/gimli-rs/object/pull/747)

### Changed

* Changed `build::elf::Builder` to support `.annobin.notes`,
`SHT_LLVM_DEPENDENT_LIBRARIES`, and `SHT_RELR` sections.
[#735](https://github.com/gimli-rs/object/pull/735)
[#737](https://github.com/gimli-rs/object/pull/737)
[#746](https://github.com/gimli-rs/object/pull/746)

* Changed `write::Object::add_subsection` to omit the subsection name suffix
if the subsection name is empty.
[#748](https://github.com/gimli-rs/object/pull/748)

--------------------------------------------------------------------------------

## 0.36.5

Released 2024/10/04.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "object"
version = "0.36.5"
version = "0.36.6"
edition = "2018"
keywords = ["object", "elf", "mach-o", "pe", "coff"]
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit fa4499b

Please sign in to comment.