Skip to content

Commit fe227f1

Browse files
committed
build: bump version to 0.10.0; update changelog
1 parent 8764abe commit fe227f1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ All notable changes to this project will be documented in this file.
33

44
Before 1.0, this project does not adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6-
Goblin is now 0.9, which means we will try our best to ease breaking changes. Tracking issue is here: https://github.com/m4b/goblin/issues/97
6+
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

88
## [0.10.0] - 2025-5-25
99
### Breaking
10+
build: use rust 2024 edition; bump MSRV to 1.85
1011
pe: fix address size incompatibility on 32-bit builds, thanks @kkent030315: https://github.com/m4b/goblin/pull/441
1112
pe: fix fail on malformed certificate table parsing, thanks @ideeockus: https://github.com/m4b/goblin/pull/417
1213
pe: remove use of generics for is_32bit, thanks @kkent030315: https://github.com/m4b/goblin/pull/435

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.9.3"
3+
version = "0.10.0"
44
authors = [
55
66

0 commit comments

Comments
 (0)