Skip to content

Commit f30d98b

Browse files
committed
Release v0.11.4
1 parent d6240de commit f30d98b

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

Diff for: Cargo.lock

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

Diff for: 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.3"
34+
version = "0.11.4"
3535
license = "MIT/Apache-2.0"
3636
repository = "https://github.com/rust-osdev/bootloader"
3737

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

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

Diff for: Changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 0.11.4 – 2023-07-05
4+
35
- [Fix bug stemming from treating an exclusive range as an inclusive ranges](https://github.com/rust-osdev/bootloader/pull/362)
46
- [Update `uefi` dependency to `v0.20`](https://github.com/rust-osdev/bootloader/pull/360)
57
- [Implemented sorting of uefi memory maps](https://github.com/rust-osdev/bootloader/pull/365)

0 commit comments

Comments
 (0)