Skip to content

Commit 99caeef

Browse files
committed
build, docs: bump version to 0.10.5; add three (3)! new contributors; update changelog
1 parent 7d470b6 commit 99caeef

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ Before 1.0, this project does not adhere to [Semantic Versioning](http://semver.
55

66
Goblin is now 0.10, which means we will try our best to ease breaking changes. Tracking issue is here: https://github.com/m4b/goblin/issues/97
77

8+
## [0.10.5] - 2026-2-11
9+
## Added
10+
elf.reloc: Add even more missing powerpc relocations, thanks @ivlzme: https://github.com/m4b/goblin/pull/505
11+
elf.reloc: Add more RISCV relocs, thanks @Jvlegod: https://github.com/m4b/goblin/pull/507
12+
pe: Add support for permissive parsing in resource parser, thanks @kkent030315: https://github.com/m4b/goblin/pull/508
13+
macho: Add MH_GPU filetype, thanks @ReturnRei: https://github.com/m4b/goblin/pull/513
14+
elf: Add elf constants for zstandard compression, thanks @koutheir: https://github.com/m4b/goblin/pull/516
15+
## Fixed
16+
strtab: Fix regression parsing empty strtabs, thanks @glslang: https://github.com/m4b/goblin/pull/503
17+
818
## [0.10.4] - 2025-11-30
919
## Added
1020
elf.reloc: add some missing PowerPC 32-bit relocation type constants, thanks @ivlzme: https://github.com/m4b/goblin/pull/495

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "goblin"
3-
version = "0.10.4"
3+
version = "0.10.5"
44
authors = [
55
"m4b <m4b.github.io@gmail.com>",
66
"seu <seu@panopticon.re>",

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ In lexicographic order:
141141
- [@ExPixel]
142142
- [@flanfly]
143143
- [@glandium]
144+
- [@glslang]
144145
- [@Gelbpunkt]
145146
- [@gunbux]
146147
- [@h33p]
@@ -160,6 +161,7 @@ In lexicographic order:
160161
- [@joschock]
161162
- [@jrmuizel]
162163
- [@jsgf]
164+
- [@Jvlegod]
163165
- [@keith]
164166
- [@kjempelodott]
165167
- [@kkent030315]
@@ -194,6 +196,7 @@ In lexicographic order:
194196
- [@quake]
195197
- [@raindev]
196198
- [@RaitoBezarius]
199+
- [@ReturnRei]
197200
- [@rocallahan]
198201
- [@sanxiyn]
199202
- [@skdltmxn]
@@ -239,6 +242,7 @@ In lexicographic order:
239242
[@ExPixel]: https://github.com/ExPixel
240243
[@flanfly]: https://github.com/flanfly
241244
[@glandium]: https://github.com/glandium
245+
[@glslang]: https://github.com/glslang
242246
[@Gelbpunkt]: https://github.com/Gelbpunkt
243247
[@gunbux]: https://github.com/gunbux
244248
[@h33p]: https://github.com/h33p
@@ -258,10 +262,12 @@ In lexicographic order:
258262
[@jdub]: https://github.com/jdub
259263
[@jrmuizel]: https://github.com/jrmuizel
260264
[@jsgf]: https://github.com/jsgf
265+
[@Jvlegod]: https://github.com/Jvlegod
261266
[@keith]: https://github.com/keith
262267
[@kjempelodott]: https://github.com/kjempelodott
263268
[@kkent030315]: https://github.com/kkent030315
264269
[@ko1N]: https://github.com/ko1N
270+
[@koutheir]: https://github.com/koutheir
265271
[@le-jzr]: https://github.com/le-jzr
266272
[@Lichtso]: https://github.com/Lichtso
267273
[@lion128]: https://github.com/lion128
@@ -292,6 +298,7 @@ In lexicographic order:
292298
[@quake]: https://github.com/quake
293299
[@raindev]: https://github.com/raindev
294300
[@RaitoBezarius]: https://github.com/RaitoBezarius
301+
[@ReturnRei]: https://github.com/ReturnRei
295302
[@rocallahan]: https://github.com/rocallahan
296303
[@sanxiyn]: https://github.com/sanxiyn
297304
[@skdltmxn]: https://github.com/skdltmxn

0 commit comments

Comments
 (0)