Skip to content

Commit

Permalink
Merge pull request #359 from rust-osdev/release
Browse files Browse the repository at this point in the history
Release `v0.11.3`
  • Loading branch information
phil-opp authored Mar 26, 2023
2 parents 3bee44a + 33e35d2 commit a6c86c3
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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 a6c86c3

Please sign in to comment.