File tree Expand file tree Collapse file tree 3 files changed +23
-15
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +23
-15
lines changed
Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ exclude = ["examples/basic", "examples/test_framework"]
31
31
32
32
[workspace .package ]
33
33
# don't forget to update `workspace.dependencies` below
34
- version = " 0.11.5 "
34
+ version = " 0.11.6 "
35
35
license = " MIT OR Apache-2.0"
36
36
repository = " https://github.com/rust-osdev/bootloader"
37
37
38
38
[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" }
43
43
44
44
[features ]
45
45
default = [" bios" , " uefi" ]
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
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
+
3
11
# 0.11.5 – 2023-12-28
4
12
5
13
* [ RacyCell<T >: Data race allowed on ` T ` ] ( https://github.com/rust-osdev/bootloader/pull/390 )
You can’t perform that action at this time.
0 commit comments