Skip to content

Commit

Permalink
Merge pull request #426 from rust-osdev/release
Browse files Browse the repository at this point in the history
Release `v0.11.7`
  • Loading branch information
phil-opp authored Feb 16, 2024
2 parents bc8c554 + 0f8493f commit b394598
Show file tree
Hide file tree
Showing 3 changed files with 22 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.6"
version = "0.11.7"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-osdev/bootloader"

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

[features]
default = ["bios", "uefi"]
Expand Down
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Unreleased

# 0.11.7 – 2024-02-16

* Set `NO_EXECUTE` flag for all writable memory regions by @phil-opp in https://github.com/rust-osdev/bootloader/pull/409
* adapt data layout to match LLVM's by @tsatke in https://github.com/rust-osdev/bootloader/pull/420

**Full Changelog**: https://github.com/rust-osdev/bootloader/compare/v0.11.6...v0.11.7

# 0.11.6 – 2024-01-28

* [Embed bios and uefi binaries](https://github.com/rust-osdev/bootloader/pull/395)
Expand Down

0 comments on commit b394598

Please sign in to comment.