Skip to content

Commit ddbe7d3

Browse files
committed
docs: update changelog, add 1 new contributor
1 parent 4e044fb commit ddbe7d3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.3] - 2025-10-16
9+
## Fixed
10+
pe: fix regression in PE relocs, thanks @PJB3005: https://github.com/m4b/goblin/pull/496
11+
812
## [0.10.2] - 2025-10-5
913
## Added
1014
pe: make `LoadConfigData::directory` public, thanks @kkent030315: https://github.com/m4b/goblin/pull/488

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,9 @@ In lexicographic order:
187187
- [@nico-abram]
188188
- [@npmccallum]
189189
- [@pchickey]
190-
- [@prettyroseslover]
191190
- [@philipc]
191+
- [@PJB3005]
192+
- [@prettyroseslover]
192193
- [@Pzixel]
193194
- [@quake]
194195
- [@raindev]
@@ -285,6 +286,7 @@ In lexicographic order:
285286
[@npmccallum]: https://github.com/npmccallum
286287
[@pchickey]: https://github.com/pchickey
287288
[@philipc]: https://github.com/philipc
289+
[@PJB3005]: https://github.com/PJB3005
288290
[@prettyroseslover]: https://github.com/prettyroseslover
289291
[@Pzixel]: https://github.com/Pzixel
290292
[@quake]: https://github.com/quake

0 commit comments

Comments
 (0)