Skip to content

Commit f590997

Browse files
committed
Bump version to 0.4.0
1 parent 6f88877 commit f590997

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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.3.14"
5+
version = "0.4.0"
66
authors = ["Philipp Oppermann <[email protected]>"]
77
license = "MIT/Apache-2.0"
88
description = "An experimental pure-Rust x86 bootloader."

Changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 0.4.0
2+
13
## Breaking
24

35
- The level 4 page table is only recursively mapped if the `recursive_page_table` feature is enabled.

0 commit comments

Comments
 (0)