Skip to content

Commit

Permalink
Release version 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Dec 10, 2020
1 parent 495a2c1 commit 2413e59
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 57 deletions.
110 changes: 54 additions & 56 deletions 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
Expand Up @@ -3,7 +3,7 @@ authors = ["Philipp Oppermann <dev@phil-opp.com>"]
description = "Tool to create a bootable OS image from a kernel binary."
license = "MIT/Apache-2.0"
name = "bootimage"
version = "0.10.1"
version = "0.10.2"
repository = "https://github.com/rust-osdev/bootimage"
edition = "2018"

Expand Down
2 changes: 2 additions & 0 deletions Changelog.md
@@ -1,5 +1,7 @@
# Unreleased

# 0.10.2 – 2020-12-10

- Fix nightly breakage of doctests in workspaces ([#69](https://github.com/rust-osdev/bootimage/pull/69))

# 0.10.1 – 2020-08-03
Expand Down

0 comments on commit 2413e59

Please sign in to comment.