Skip to content

Commit 2340d6b

Browse files
committed
Bump version to 0.5.3
1 parent 8dad35a commit 2340d6b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cargo-features = ["publish-lockfile"]
22

33
[package]
44
name = "bootloader"
5-
version = "0.5.2"
5+
version = "0.5.3"
66
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
77
license = "MIT/Apache-2.0"
88
description = "An experimental pure-Rust x86 bootloader."

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 0.5.3
2+
13
- Mention minimal required bootimage version in error message when `KERNEL` environment variable is not set.
24

35
# 0.5.2

0 commit comments

Comments
 (0)