Skip to content

Commit

Permalink
Release v0.11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Feb 10, 2025
1 parent b6d3ef4 commit d60e374
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 15 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.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ exclude = ["examples/basic", "examples/test_framework", "tests/test_kernels/*"]

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

[workspace.dependencies]
bootloader_api = { version = "0.11.8", path = "api" }
bootloader-x86_64-common = { version = "0.11.8", path = "common" }
bootloader-boot-config = { version = "0.11.8", path = "common/config" }
bootloader-x86_64-bios-common = { version = "0.11.8", path = "bios/common" }
bootloader_api = { version = "0.11.10", path = "api" }
bootloader-x86_64-common = { version = "0.11.10", path = "common" }
bootloader-boot-config = { version = "0.11.10", path = "common/config" }
bootloader-x86_64-bios-common = { version = "0.11.10", path = "bios/common" }

[features]
default = ["bios", "uefi"]
Expand Down
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Unreleased

* [Remove "UEFI boot" log message](https://github.com/rust-osdev/bootloader/pull/476)
* [use threads instead of futures in build.rs](https://github.com/rust-osdev/bootloader/pull/484)
* [Move test kernels to a separate workspace](https://github.com/rust-osdev/bootloader/pull/486)
* [fix condition for running bootloader common tests](https://github.com/rust-osdev/bootloader/pull/487)
* [Update `x86_64` to `0.15.2`](https://github.com/rust-osdev/bootloader/pull/490)
* [change rustc-abi in custom targets to x86-softfloat](https://github.com/rust-osdev/bootloader/pull/491)

# 0.11.9 – 2024-11-30

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

0 comments on commit d60e374

Please sign in to comment.