Skip to content

Commit ec8a8b4

Browse files
authored
Merge pull request #576 from rust-osdev/release/0.11.17
Release v0.11.17
2 parents 37a806f + 9ea5b3d commit ec8a8b4

4 files changed

Lines changed: 23 additions & 16 deletions

File tree

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.16"
25+
version = "0.11.17"
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.16", path = "api" }
31-
bootloader-x86_64-common = { version = "0.11.16", path = "common" }
32-
bootloader-boot-config = { version = "0.11.16", path = "common/config" }
33-
bootloader-x86_64-bios-common = { version = "0.11.16", path = "bios/common" }
30+
bootloader_api = { version = "0.11.17", path = "api" }
31+
bootloader-x86_64-common = { version = "0.11.17", path = "common" }
32+
bootloader-boot-config = { version = "0.11.17", path = "common/config" }
33+
bootloader-x86_64-bios-common = { version = "0.11.17", path = "bios/common" }
3434

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

Changelog.md

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

3+
# 0.11.17 - 2026-07-27
4+
5+
* [Revert `uart_16550` version bump to 0.6.0](https://github.com/rust-osdev/bootloader/pull/575)
6+
* [Fix `workspace.exclude` in `Cargo.toml`](https://github.com/rust-osdev/bootloader/pull/571)
7+
8+
**Full Changelog**: https://github.com/rust-osdev/bootloader/compare/v0.11.16...v0.11.17
9+
310
# 0.11.16 - 2026-07-18
411

512
This release is compatible with Rust nightlies starting with `nightly-2026-07-06`.

tests/test_kernels/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.

0 commit comments

Comments
 (0)