Navigation Menu

Skip to content

Commit

Permalink
Release v0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Mar 26, 2023
1 parent 3bee44a commit 33e35d2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 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.

10 changes: 5 additions & 5 deletions Cargo.toml
Expand Up @@ -31,15 +31,15 @@ exclude = ["examples/basic", "examples/test_framework"]

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

[workspace.dependencies]
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" }
bootloader_api = { version = "0.11.3", path = "api" }
bootloader-x86_64-common = { version = "0.11.3", path = "common" }
bootloader-boot-config = { version = "0.11.3", path = "common/config" }
bootloader-x86_64-bios-common = { version = "0.11.3", path = "bios/common" }

[features]
default = ["bios", "uefi"]
Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
@@ -1,5 +1,9 @@
# Unreleased

# 0.11.3 – 2023-03-26

- [Fix docs.rs build](https://github.com/rust-osdev/bootloader/pull/358)

# 0.11.2 – 2023-03-12

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

0 comments on commit 33e35d2

Please sign in to comment.