Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0fec6fd

Browse files
Merge pull request #410 from rust-osdev/release
Release `v0.11.5`
2 parents 22d116f + 6ea5e5f commit 0fec6fd

File tree

3 files changed

+27
-15
lines changed

3 files changed

+27
-15
lines changed

‎Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

Lines changed: 5 additions & 5 deletions
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.4"
34+
version = "0.11.5"
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.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" }
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" }
4343

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

‎Changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Unreleased
22

3+
# 0.11.5 – 2023年12月28日
4+
5+
* [RacyCell<T>: Data race allowed on `T`](https://github.com/rust-osdev/bootloader/pull/390)
6+
* [Update license field following SPDX 2.1 license expression standard](https://github.com/rust-osdev/bootloader/pull/391)
7+
* [kernel image fields & zero out rbp](https://github.com/rust-osdev/bootloader/pull/346)
8+
* [Update `rustix` dependency](https://github.com/rust-osdev/bootloader/pull/398)
9+
* [Add an additional MB of space to the generated FAT partition](https://github.com/rust-osdev/bootloader/pull/397)
10+
* [Fix: Enable test runner again](https://github.com/rust-osdev/bootloader/pull/407)
11+
* [Fix: Mark `ramdisk` as used in memory map](https://github.com/rust-osdev/bootloader/pull/408)
12+
13+
**Full Changelog**: https://github.com/rust-osdev/bootloader/compare/v0.11.4...v0.11.5
14+
315
# 0.11.4 – 2023年07月05日
416

517
- [Fix bug stemming from treating an exclusive range as an inclusive ranges](https://github.com/rust-osdev/bootloader/pull/362)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /