Skip to content

Commit 6946452

Browse files
committedJul 16, 2019
Bump version to 0.6.4
1 parent 0bed47b commit 6946452

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
 

Diff for: ‎Cargo.lock

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

Diff for: ‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bootloader"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
55
license = "MIT/Apache-2.0"
66
description = "An experimental pure-Rust x86 bootloader."

Diff for: ‎Changelog.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
- Update CI badge, use latest version of x86_64 crate and rustfmt ([#63](https://github.com/rust-osdev/bootloader/pull/63))
1+
# 0.6.4
2+
23
- Use volatile accesses in VGA code and make font dependency optional ([#67](https://github.com/rust-osdev/bootloader/pull/67))
34
- Making the dependency optional should improve compile times when the VGA text mode is used.
45

6+
# 0.6.3
7+
8+
- Update CI badge, use latest version of x86_64 crate and rustfmt ([#63](https://github.com/rust-osdev/bootloader/pull/63))
9+
510
# 0.6.2
611

712
- Remove stabilized publish-lockfile feature ([#62](https://github.com/rust-osdev/bootloader/pull/62))

0 commit comments

Comments
 (0)
Please sign in to comment.