Skip to content

Commit

Permalink
Release v0.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Jan 28, 2024
1 parent d7ff4d1 commit cac796e
Show file tree
Hide file tree
Showing 3 changed files with 23 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 @@ -31,15 +31,15 @@ exclude = ["examples/basic", "examples/test_framework"]

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

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

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

# 0.11.6 – 2024-01-28

* [Embed bios and uefi binaries](https://github.com/rust-osdev/bootloader/pull/395)
* [Add a `take` method to `Optional`](https://github.com/rust-osdev/bootloader/pull/411)
* [Fix data layout for stage 3 target](https://github.com/rust-osdev/bootloader/pull/413)

**Full Changelog**: https://github.com/rust-osdev/bootloader/compare/v0.11.5...v0.11.6

# 0.11.5 – 2023-12-28

* [RacyCell<T>: Data race allowed on `T`](https://github.com/rust-osdev/bootloader/pull/390)
Expand Down

0 comments on commit cac796e

Please sign in to comment.