Skip to content

Commit 170320b

Browse files
authored
Merge pull request #493 from rust-osdev/release
Release `v0.11.10`
2 parents b6d3ef4 + 3d81486 commit 170320b

File tree

3 files changed

+26
-15
lines changed

3 files changed

+26
-15
lines changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-5
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.9"
25+
version = "0.11.10"
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.8", path = "api" }
31-
bootloader-x86_64-common = { version = "0.11.8", path = "common" }
32-
bootloader-boot-config = { version = "0.11.8", path = "common/config" }
33-
bootloader-x86_64-bios-common = { version = "0.11.8", path = "bios/common" }
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" }
3434

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

Changelog.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Unreleased
22

3+
# 0.11.10 – 2025-02-10
4+
5+
* [Remove "UEFI boot" log message](https://github.com/rust-osdev/bootloader/pull/476)
6+
* [use threads instead of futures in build.rs](https://github.com/rust-osdev/bootloader/pull/484)
7+
* [Move test kernels to a separate workspace](https://github.com/rust-osdev/bootloader/pull/486)
8+
* [fix condition for running bootloader common tests](https://github.com/rust-osdev/bootloader/pull/487)
9+
* [Update `x86_64` to `0.15.2`](https://github.com/rust-osdev/bootloader/pull/490)
10+
* [change rustc-abi in custom targets to x86-softfloat](https://github.com/rust-osdev/bootloader/pull/491)
11+
12+
**Full Changelog**: https://github.com/rust-osdev/bootloader/compare/v0.11.9...v0.11.10
13+
314
# 0.11.9 – 2024-11-30
415

516
This release is compatible with Rust nightlies starting with `nightly-2024-11-23`.

0 commit comments

Comments
 (0)