Skip to content

Commit 1680020

Browse files
authored
Merge pull request #570 from rust-osdev/release/0.11.16
Release 0.11.16
2 parents 4a07412 + eb79478 commit 1680020

5 files changed

Lines changed: 51 additions & 23 deletions

File tree

Cargo.lock

Lines changed: 19 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ resolver = "3"
2323

2424
[workspace.package]
2525
# don't forget to update `workspace.dependencies` below
26-
version = "0.11.15"
26+
version = "0.11.16"
2727
license = "MIT OR Apache-2.0"
2828
repository = "https://github.com/rust-osdev/bootloader"
2929

3030
[workspace.dependencies]
31-
bootloader_api = { version = "0.11.15", path = "api" }
32-
bootloader-x86_64-common = { version = "0.11.15", path = "common" }
33-
bootloader-boot-config = { version = "0.11.15", path = "common/config" }
34-
bootloader-x86_64-bios-common = { version = "0.11.15", path = "bios/common" }
31+
bootloader_api = { version = "0.11.16", path = "api" }
32+
bootloader-x86_64-common = { version = "0.11.16", path = "common" }
33+
bootloader-boot-config = { version = "0.11.16", path = "common/config" }
34+
bootloader-x86_64-bios-common = { version = "0.11.16", path = "bios/common" }
3535

3636
[features]
3737
default = ["bios", "uefi"]

Changelog.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Unreleased
22

3-
* change `rustc-abi` in custom targets from `x86-softfloat` to `softfloat`, following [rust-lang/rust#157151](https://github.com/rust-lang/rust/pull/157151)
3+
# 0.11.16 - 2026-07-18
4+
5+
This release is compatible with Rust nightlies starting with `nightly-2026-07-06`.
6+
7+
* change `rustc-abi` in custom targets from `x86-softfloat` to `softfloat`, following [rust-lang/rust#157151](https://github.com/rust-lang/rust/pull/157151) ([#569](https://github.com/rust-osdev/bootloader/pull/569))
8+
* [Fix nightly breakage (nightly-2026-05-10)](https://github.com/rust-osdev/bootloader/pull/563)
9+
* [Add missing `x86_64-unknown-uefi` target](https://github.com/rust-osdev/bootloader/pull/557)
10+
* [Bump `uart_16550` to 0.6.0](https://github.com/rust-osdev/bootloader/pull/565)
11+
* [Bump `critical-section`, `atomic-polyfill`, and `heapless`](https://github.com/rust-osdev/bootloader/pull/567)
12+
* [Speed up BIOS disk reads by merging contiguous cluster reads and skipping already-buffered data](https://github.com/rust-osdev/bootloader/pull/550)
13+
* [Fix FAT type detection for large FAT16 volumes](https://github.com/rust-osdev/bootloader/pull/547)
14+
* [Expose FAT partition creation as a separate public function](https://github.com/rust-osdev/bootloader/pull/535)
15+
* [uefi: bump from 0.20 to 0.38](https://github.com/rust-osdev/bootloader/pull/566)
16+
17+
**Full Changelog**: https://github.com/rust-osdev/bootloader/compare/v0.11.15...v0.11.16
418

519
# 0.11.15 - 2026-02-01
620

examples/basic/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/test_kernels/Cargo.lock

Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)