Skip to content

Commit f1b6cae

Browse files
committed
docs: add some unreleased CHANGELOG entries for upcoming 0.10.1; add 3 (!) new contributors
1 parent 1e4bd4d commit f1b6cae

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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] - Unreleased
9+
## Added
10+
pe: Add load config parser, thanks @kkent030315: https://github.com/m4b/goblin/pull/464
11+
elf: added `type_to_str` support for coredump constants, thanks @gunbux: https://github.com/m4b/goblin/pull/475
12+
## Fixed
13+
pe: Fix some offsets computation when using scroll, thanks @DreydenGys: https://github.com/m4b/goblin/pull/471
14+
pe: cannot read cb size, thanks chf0x: https://github.com/m4b/goblin/pull/472
15+
pe: fix tls raw data parser, thanks @jorgeaduran and @kkent030315: https://github.com/m4b/goblin/pull/473
16+
817
## [0.10.0] - 2025-5-25
918
### Breaking
1019
build: use rust 2024 edition; bump MSRV to 1.85

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,16 @@ In lexicographic order:
118118
- [@baloo]
119119
- [@BinFlip]
120120
- [@burjui]
121+
- [@chf0x]
121122
- [@connorkuehl]
122123
- [@dancrossnyc]
124+
- [@DreydenGys]
123125
- [@dureuill]
124126
- [@Evian-Zhang]
125127
- [@ExPixel]
126128
- [@flanfly]
127129
- [@glandium]
130+
- [@gunbux]
128131
- [@h33p]
129132
- [@ibabushkin]
130133
- [@ideeockus]
@@ -206,14 +209,17 @@ In lexicographic order:
206209
[@baloo]: https://github.com/baloo
207210
[@BinFlip]: https://github.com/BinFlip
208211
[@burjui]: https://github.com/burjui
212+
[@chf0x]: https://github.com/chf0x
209213
[@connorkuehl]: https://github.com/connorkuehl
210214
[@crzysdrs]: https://github.com/crzysdrs
211215
[@dancrossnyc]: https://github.com/dancrossnyc
216+
[@DreydenGys]: https://github.com/DreydenGys
212217
[@dureuill]: https://github.com/dureuill
213218
[@Evian-Zhang]: https://github.com/Evian-Zhang
214219
[@ExPixel]: https://github.com/ExPixel
215220
[@flanfly]: https://github.com/flanfly
216221
[@glandium]: https://github.com/glandium
222+
[@gunbux]: https://github.com/gunbux]
217223
[@h33p]: https://github.com/h33p
218224
[@ibabushkin]: https://github.com/ibabushkin
219225
[@ideeockus]: https://github.com/ideeockus

0 commit comments

Comments
 (0)