diff --git a/Cargo.lock b/Cargo.lock index ef7a6790..8a4eb188 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" [[package]] name = "bootloader" -version = "0.9.25" +version = "0.9.26" dependencies = [ "bit_field", "fixedvec", diff --git a/Cargo.toml b/Cargo.toml index cbacad0f..6b414294 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bootloader" -version = "0.9.25" +version = "0.9.26" authors = ["Philipp Oppermann "] license = "MIT/Apache-2.0" description = "An experimental pure-Rust x86 bootloader." diff --git a/Changelog.md b/Changelog.md index 24cd6238..8b5db859 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,7 @@ # Unreleased +# 0.9.26 – 2024-02-16 + - [Fix map errors during kernel loading](https://github.com/rust-osdev/bootloader/pull/422) - Don't error if a kernel page is already mapped to the correct frame