Skip to content

Commit 62884a3

Browse files
authored
Merge pull request #533 from Wasabi375/release_11.14
Release 0.11.14
2 parents 31a6071 + a067fc3 commit 62884a3

File tree

3 files changed

+27
-15
lines changed

3 files changed

+27
-15
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -22,15 +22,15 @@ exclude = ["examples/basic", "examples/test_framework", "tests/test_kernels/*"]
2222

2323
[workspace.package]
2424
# don't forget to update `workspace.dependencies` below
25-
version = "0.11.13"
25+
version = "0.11.14"
2626
license = "MIT OR Apache-2.0"
2727
repository = "https://github.com/rust-osdev/bootloader"
2828

2929
[workspace.dependencies]
30-
bootloader_api = { version = "0.11.13", path = "api" }
31-
bootloader-x86_64-common = { version = "0.11.13", path = "common" }
32-
bootloader-boot-config = { version = "0.11.13", path = "common/config" }
33-
bootloader-x86_64-bios-common = { version = "0.11.13", path = "bios/common" }
30+
bootloader_api = { version = "0.11.14", path = "api" }
31+
bootloader-x86_64-common = { version = "0.11.14", path = "common" }
32+
bootloader-boot-config = { version = "0.11.14", path = "common/config" }
33+
bootloader-x86_64-bios-common = { version = "0.11.14", path = "bios/common" }
3434

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

Changelog.md

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

3+
# 0.11.14 - 2026-01-13
4+
5+
* [Add kernel stack address to `BootInfo`](https://github.com/rust-osdev/bootloader/pull/531)
6+
* [Fix overflow error during address calculation](https://github.com/rust-osdev/bootloader/pull/530)
7+
* [Add llvm-tools to components in rust-toolchain file](https://github.com/rust-osdev/bootloader/pull/529)
8+
* [Fix links documentation](https://github.com/rust-osdev/bootloader/pull/528)
9+
* [Fix typo in documentation](https://github.com/rust-osdev/bootloader/pull/527)
10+
* [Update rust edition to 2024](https://github.com/rust-osdev/bootloader/pull/526)
11+
* [Fix buffer overlow in `DiskAccess::read_exact_into` for bios](https://github.com/rust-osdev/bootloader/pull/524)
12+
13+
**Full Changelog**: https://github.com/rust-osdev/bootloader/compare/v0.11.13...v0.11.14
14+
315
# 0.11.13 - 2025-11-27
416

517
This release is compatible with Rust nightlies starting with `nightly-2025-11-21`.

0 commit comments

Comments
 (0)