Skip to content

Commit

Permalink
Release version 0.9.27
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Feb 16, 2024
1 parent 419bbdf commit b125948
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bootloader"
version = "0.9.26"
version = "0.9.27"
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
license = "MIT/Apache-2.0"
description = "An experimental pure-Rust x86 bootloader."
Expand Down
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 0.9.27 – 2024-02-16

- [Fix invalid mapping to zero page caused by off-by-one bug](https://github.com/rust-osdev/bootloader/pull/424)

# 0.9.26 – 2024-02-16
Expand Down

0 comments on commit b125948

Please sign in to comment.