Skip to content

Commit ee10fce

Browse files
committed
release v0.9.32
1 parent 6e0b786 commit ee10fce

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bootloader"
3-
version = "0.9.31"
3+
version = "0.9.32"
44
authors = ["Philipp Oppermann <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "An experimental pure-Rust x86 bootloader."

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 0.9.32 – 2025-07-31
4+
5+
- [fix target-c-int-width](https://github.com/rust-osdev/bootloader/pull/512)
6+
37
# 0.9.31 – 2025-03-22
48

59
- [remove #[no_mangle] from panic handler](https://github.com/rust-osdev/bootloader/pull/500)

0 commit comments

Comments
 (0)