Skip to content

Commit

Permalink
Merge pull request #479 from rust-osdev/release/0.11.9
Browse files Browse the repository at this point in the history
release v0.11.9
  • Loading branch information
Freax13 authored Nov 30, 2024
2 parents 9acc2a9 + f8b5445 commit fc08c45
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ exclude = ["examples/basic", "examples/test_framework"]

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

Expand Down
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Unreleased

# 0.11.9 – 2024-11-30

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

* [copy more PML4 entries](https://github.com/rust-osdev/bootloader/pull/466)
* [Convert LF to CRLF when writing to serial port](https://github.com/rust-osdev/bootloader/pull/474)
* [Update x86_64 & fix build on latest nightly](https://github.com/rust-osdev/bootloader/pull/478)

**Full Changelog**: https://github.com/rust-osdev/bootloader/compare/v0.11.8...v0.11.9

# 0.11.8 – 2024-11-02

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

0 comments on commit fc08c45

Please sign in to comment.