Skip to content

Commit fc08c45

Browse files
authoredNov 30, 2024··
Merge pull request #479 from rust-osdev/release/0.11.9
release v0.11.9
2 parents 9acc2a9 + f8b5445 commit fc08c45

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ exclude = ["examples/basic", "examples/test_framework"]
3333

3434
[workspace.package]
3535
# don't forget to update `workspace.dependencies` below
36-
version = "0.11.8"
36+
version = "0.11.9"
3737
license = "MIT OR Apache-2.0"
3838
repository = "https://github.com/rust-osdev/bootloader"
3939

‎Changelog.md

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

3+
# 0.11.9 – 2024-11-30
4+
5+
This release is compatible with Rust nightlies starting with `nightly-2024-11-23`.
6+
7+
* [copy more PML4 entries](https://github.com/rust-osdev/bootloader/pull/466)
8+
* [Convert LF to CRLF when writing to serial port](https://github.com/rust-osdev/bootloader/pull/474)
9+
* [Update x86_64 & fix build on latest nightly](https://github.com/rust-osdev/bootloader/pull/478)
10+
11+
**Full Changelog**: https://github.com/rust-osdev/bootloader/compare/v0.11.8...v0.11.9
12+
313
# 0.11.8 – 2024-11-02
414

515
* [avoid 32-bit relocation to __BOOTLOADER_CONFIG](https://github.com/rust-osdev/bootloader/pull/428)

0 commit comments

Comments
 (0)
Please sign in to comment.