Skip to content

Commit d04e589

Browse files
committed
build: bump version to 0.10.0; update changelog; update CI to use MSRV
1 parent 8764abe commit d04e589

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
include:
1616
- build: MSRV # Minimum supported Rust version
1717
os: ubuntu-latest
18-
rust: 1.65.0
18+
rust: 1.85.0
1919
- build: stable
2020
os: ubuntu-latest
2121
rust: stable

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)