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

Appearance settings

Commit ba487f4

Browse filesBrowse files
committed
Bump version to v0.11.1
1 parent 20ddd07 commit ba487f4
Copy full SHA for ba487f4

File tree

Expand file treeCollapse file tree

3 files changed

+17
-15
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+17
-15
lines changed

‎Cargo.lock

Copy file name to clipboardExpand all lines: Cargo.lock
+10-10Lines 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

Copy file name to clipboardExpand all lines: Cargo.toml
+5-5Lines 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.0"
34+
version = "0.11.1"
3535
license = "MIT/Apache-2.0"
3636
repository = "https://github.com/rust-osdev/bootloader"
3737

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

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

‎Changelog.md

Copy file name to clipboardExpand all lines: Changelog.md
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 0.11.1 – 2023-03-12
4+
35
## Features
46

57
* [Load ramdisk feature](https://github.com/rust-osdev/bootloader/pull/302)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.