Skip to content

Commit faf1fa5

Browse files
committed
Release 0.38.1
1 parent 84a70c9 commit faf1fa5

3 files changed

Lines changed: 27 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

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

5+
## 0.38.1
6+
7+
Released 2026/01/02.
8+
9+
### Changed
10+
11+
* Updated `wasmparser` dependency.
12+
13+
### Added
14+
15+
* Added basic PowerPC relocation support for Mach-O.
16+
[#825](https://github.com/gimli-rs/object/pull/825)
17+
18+
* Added more ELF relocations for LoongArch.
19+
[#826](https://github.com/gimli-rs/object/pull/826)
20+
[#827](https://github.com/gimli-rs/object/pull/827)
21+
22+
* Added `RelocationKind::None`.
23+
[#828](https://github.com/gimli-rs/object/pull/828)
24+
25+
* Added `write::StreamingBuffer::flush`.
26+
[#829](https://github.com/gimli-rs/object/pull/829)
27+
28+
--------------------------------------------------------------------------------
29+
530
## 0.38.0
631

732
Released 2025/11/21.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "object"
3-
version = "0.38.0"
3+
version = "0.38.1"
44
edition = "2018"
55
keywords = ["object", "elf", "mach-o", "pe", "coff"]
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)