Skip to content

Commit 49951ca

Browse files
committed
docs: update changelog; add one (1) new contributor
1 parent fddcc47 commit 49951ca

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,18 @@ 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.1]
8+
## [0.10.2] - 2025-10-5
9+
## Added
10+
pe: make `LoadConfigData::directory` public, thanks @kkent030315: https://github.com/m4b/goblin/pull/488
11+
12+
## Fixed
13+
pe: remove alignment in rva helper function, huge amount of great details in the linked PR, thanks @makubacki: https://github.com/m4b/goblin/pull/491
14+
elf, pe: Add/Extend ELF/PE permissive parsing mode to better handle packed, broken, or malware samples, thanks @chf0x: https://github.com/m4b/goblin/pull/479
15+
pe: fix resource parsing issues, thanks @x0rb3l: https://github.com/m4b/goblin/pull/490
16+
pe: fix bad lifetime annotation, thanks @Hexorg: https://github.com/m4b/goblin/pull/493
17+
pe, mach, elf: fix lifetime warnings (no pr): fddcc4747ccf306469ff6092a953bd667ec8ed7d
18+
19+
## [0.10.1] - 2025-8-14
920
## Added
1021
pe: Add .NET CLR parser, thanks @kkent030315: https://github.com/m4b/goblin/pull/432
1122
pe: Add parser for `C_SCOPE_TABLE`, thanks @kkent030315: https://github.com/m4b/goblin/pull/477

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,9 @@ In lexicographic order:
143143
- [@glandium]
144144
- [@Gelbpunkt]
145145
- [@gunbux]
146-
- [@hannahfluch]
147146
- [@h33p]
147+
- [@hannahfluch]
148+
- [@Hexorg]
148149
- [@ibabushkin]
149150
- [@ideeockus]
150151
- [@ivlzme]
@@ -172,6 +173,7 @@ In lexicographic order:
172173
- [@lzutao]
173174
- [@lzybkr]
174175
- [@m-hilgendorf]
176+
- [@makubacki]
175177
- [@mmaekr]
176178
- [@m4b]
177179
- [@messense]
@@ -237,9 +239,10 @@ In lexicographic order:
237239
[@flanfly]: https://github.com/flanfly
238240
[@glandium]: https://github.com/glandium
239241
[@Gelbpunkt]: https://github.com/Gelbpunkt
240-
[@gunbux]: https://github.com/gunbux]
241-
[@hannahfluch]: https://github.com/hannahfluch
242+
[@gunbux]: https://github.com/gunbux
242243
[@h33p]: https://github.com/h33p
244+
[@hannahfluch]: https://github.com/hannahfluch
245+
[@Hexorg]: https://github.com/Hexorg
243246
[@ibabushkin]: https://github.com/ibabushkin
244247
[@ideeockus]: https://github.com/ideeockus
245248
[@ivlzme]: https://github.com/ivlzme
@@ -267,6 +270,7 @@ In lexicographic order:
267270
[@lzutao]: https://github.com/lzutao
268271
[@lzybkr]: https://github.com/lzybkr
269272
[@m-hilgendorf]: https://github.com/m-hilgendorf
273+
[@makubacki]: https://github.com/makubacki
270274
[@mmaekr]: https://github.com/mmaekr
271275
[@m4b]: https://github.com/m4b
272276
[@messense]: https://github.com/messense

0 commit comments

Comments
 (0)