Skip to content

Commit 8fb1710

Browse files
authored
Merge pull request #510 from rust-osdev/release/v0.11.11
release v0.11.11
2 parents 4d97d35 + 1e34b43 commit 8fb1710

File tree

3 files changed

+58
-29
lines changed

3 files changed

+58
-29
lines changed

Cargo.lock

Lines changed: 43 additions & 21 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.10"
25+
version = "0.11.11"
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.10", path = "api" }
31-
bootloader-x86_64-common = { version = "0.11.10", path = "common" }
32-
bootloader-boot-config = { version = "0.11.10", path = "common/config" }
33-
bootloader-x86_64-bios-common = { version = "0.11.10", path = "bios/common" }
30+
bootloader_api = { version = "0.11.11", path = "api" }
31+
bootloader-x86_64-common = { version = "0.11.11", path = "common" }
32+
bootloader-boot-config = { version = "0.11.11", path = "common/config" }
33+
bootloader-x86_64-bios-common = { version = "0.11.11", path = "bios/common" }
3434

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

Changelog.md

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

3-
## Features
3+
# 0.11.11 – 2025-07-31
4+
5+
This release is compatible with Rust nightlies starting with `nightly-2025-07-24`.
46

5-
* add `kernel_base` mapping to the BootloaderConfig to specify the virtual address
6-
at which position-independent kernels are loaded.
7+
* [Update uart_16550 to 0.3.2](https://github.com/rust-osdev/bootloader/pull/495)
8+
* [add `kernel_base` mapping to the BootloaderConfig](https://github.com/rust-osdev/bootloader/pull/494)
9+
* [Use Result::ok](https://github.com/rust-osdev/bootloader/pull/496)
10+
* [implement Send+Sync for MemoryRegions](https://github.com/rust-osdev/bootloader/pull/502)
11+
* [Document physical memory mapping size](https://github.com/rust-osdev/bootloader/pull/506)
12+
* [Fixes the type of target-c-int-width in target jsons. #](https://github.com/rust-osdev/bootloader/pull/509)
713

14+
**Full Changelog**: https://github.com/rust-osdev/bootloader/compare/v0.11.10...v0.11.11
815

916
# 0.11.10 – 2025-02-10
1017

0 commit comments

Comments
 (0)