Skip to content

Commit 9a5cf6b

Browse files
authored
Merge pull request #523 from rust-osdev/release/0.11.13
release `v0.11.13`
2 parents 3fee79b + 6a9673e commit 9a5cf6b

File tree

3 files changed

+26
-15
lines changed

3 files changed

+26
-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.12"
25+
version = "0.11.13"
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.12", path = "api" }
31-
bootloader-x86_64-common = { version = "0.11.12", path = "common" }
32-
bootloader-boot-config = { version = "0.11.12", path = "common/config" }
33-
bootloader-x86_64-bios-common = { version = "0.11.12", path = "bios/common" }
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" }
3434

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

Changelog.md

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

3+
# 0.11.13 - 2025-11-27
4+
5+
This release is compatible with Rust nightlies starting with `nightly-2025-11-21`.
6+
7+
* [Add basic example](https://github.com/rust-osdev/bootloader/pull/519)
8+
* [Use legacy symbol mangling for BIOS stage 2](https://github.com/rust-osdev/bootloader/pull/522)
9+
10+
**Full Changelog**: https://github.com/rust-osdev/bootloader/compare/v0.11.12...v0.11.13
11+
312
# 0.11.12 - 2025-09-03
413

514
This release is compatible with Rust nightlies starting with `nightly-2025-08-28`.
615

716
* [Fix: `target-pointer-width` field now expects an integer](https://github.com/rust-osdev/bootloader/pull/516)
817

18+
**Full Changelog**: https://github.com/rust-osdev/bootloader/compare/v0.11.11...v0.11.12
19+
920
# 0.11.11 – 2025-07-31
1021

1122
This release is compatible with Rust nightlies starting with `nightly-2025-07-24`.

0 commit comments

Comments
 (0)