Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fc08c45

Browse files
authored
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

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: 1 addition & 1 deletion
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

Lines changed: 10 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /