Skip to content

Commit e15e779

Browse files
authored
Merge pull request #414 from rust-osdev/release
Release `v0.11.6`
2 parents d7ff4d1 + cac796e commit e15e779

File tree

3 files changed

+23
-15
lines changed

3 files changed

+23
-15
lines changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ exclude = ["examples/basic", "examples/test_framework"]
3131

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

3838
[workspace.dependencies]
39-
bootloader_api = { version = "0.11.5", path = "api" }
40-
bootloader-x86_64-common = { version = "0.11.5", path = "common" }
41-
bootloader-boot-config = { version = "0.11.5", path = "common/config" }
42-
bootloader-x86_64-bios-common = { version = "0.11.5", path = "bios/common" }
39+
bootloader_api = { version = "0.11.6", path = "api" }
40+
bootloader-x86_64-common = { version = "0.11.6", path = "common" }
41+
bootloader-boot-config = { version = "0.11.6", path = "common/config" }
42+
bootloader-x86_64-bios-common = { version = "0.11.6", path = "bios/common" }
4343

4444
[features]
4545
default = ["bios", "uefi"]

Changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Unreleased
22

3+
# 0.11.6 – 2024-01-28
4+
5+
* [Embed bios and uefi binaries](https://github.com/rust-osdev/bootloader/pull/395)
6+
* [Add a `take` method to `Optional`](https://github.com/rust-osdev/bootloader/pull/411)
7+
* [Fix data layout for stage 3 target](https://github.com/rust-osdev/bootloader/pull/413)
8+
9+
**Full Changelog**: https://github.com/rust-osdev/bootloader/compare/v0.11.5...v0.11.6
10+
311
# 0.11.5 – 2023-12-28
412

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

0 commit comments

Comments
 (0)