Skip to content

Commit 12d0948

Browse files
committed
Release 0.36.2
1 parent 8b9e056 commit 12d0948

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
--------------------------------------------------------------------------------
44

5+
## 0.36.2
6+
7+
Released 2024/07/24.
8+
9+
### Changed
10+
11+
* Improved writing of GNU symbol versioning in `build::elf::Builder`.
12+
[#705](https://github.com/gimli-rs/object/pull/705)
13+
14+
* Fixed alignment of `SHT_HASH`/`SHT_GNU_verdef`/`SHT_GNU_verneed` sections in
15+
`write::elf::Writer`.
16+
[#706](https://github.com/gimli-rs/object/pull/706)
17+
18+
* Fixed writing of GNU hash for absolute symbols in `build::elf::Builder`.
19+
[#707](https://github.com/gimli-rs/object/pull/707)
20+
21+
* Fixed writing of empty ELF string table in `write::Object`.
22+
[#710](https://github.com/gimli-rs/object/pull/710)
23+
24+
--------------------------------------------------------------------------------
25+
526
## 0.36.1
627

728
Released 2024/06/29.

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "object"
3-
version = "0.36.1"
3+
version = "0.36.2"
44
edition = "2018"
55
keywords = ["object", "elf", "mach-o", "pe", "coff"]
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)