Skip to content

Commit

Permalink
Merge pull request #351 from rust-osdev/release
Browse files Browse the repository at this point in the history
Release `v0.11.2`
  • Loading branch information
phil-opp authored Mar 12, 2023
2 parents 2a65d22 + c4fcd1e commit fa87d01
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ exclude = ["examples/basic", "examples/test_framework"]

[workspace.package]
# don't forget to update `workspace.dependencies` below
version = "0.11.1"
version = "0.11.2"
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-osdev/bootloader"

[workspace.dependencies]
bootloader_api = { version = "0.11.1", path = "api" }
bootloader-x86_64-common = { version = "0.11.1", path = "common" }
bootloader-boot-config = { version = "0.11.1", path = "common/config" }
bootloader-x86_64-bios-common = { version = "0.11.1", path = "bios/common" }
bootloader_api = { version = "0.11.2", path = "api" }
bootloader-x86_64-common = { version = "0.11.2", path = "common" }
bootloader-boot-config = { version = "0.11.2", path = "common/config" }
bootloader-x86_64-bios-common = { version = "0.11.2", path = "bios/common" }

[features]
default = ["bios", "uefi"]
bios = ["dep:mbrman", "bootloader_test_runner/bios"]
uefi = ["dep:gpt", "bootloader_test_runner/uefi"]
bios = ["dep:mbrman"]
uefi = ["dep:gpt"]

[dependencies]
anyhow = "1.0.32"
Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Unreleased

# 0.11.2 – 2023-03-12

- Fix internal error in Cargo.toml setup that prevented publishing 0.11.1

# 0.11.1 – 2023-03-12

## Features
Expand Down

0 comments on commit fa87d01

Please sign in to comment.