From 5e4ae6e9bc20d51b796e1d8c44a99a9731730f4a Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 3 Aug 2026 09:31:21 +0000 Subject: [PATCH] Release version 0.10.5 Co-Authored-By: Claude Opus 4.8 (1M context) --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changelog.md | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e326c62..af788ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "bootimage" -version = "0.10.4" +version = "0.10.5" dependencies = [ "anyhow", "cargo_metadata", diff --git a/Cargo.toml b/Cargo.toml index de6bf56..43bf7c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Philipp Oppermann "] description = "Tool to create a bootable OS image from a kernel binary." license = "MIT/Apache-2.0" name = "bootimage" -version = "0.10.4" +version = "0.10.5" repository = "https://github.com/rust-osdev/bootimage" edition = "2018" diff --git a/Changelog.md b/Changelog.md index 668083e..75c04b4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Unreleased +# 0.10.5 – 2026-08-03 + +- Fix test detection for the new `build-dir` layout of cargo ([#112](https://github.com/rust-osdev/bootimage/pull/112)) + # 0.10.4 – 2026-02-27 - Fix bootloader build on latest nightlies by passing `-Zjson-target-spec` ([#105](https://github.com/rust-osdev/bootimage/pull/105))