bare-test 0.8.1

A test framework for bare metal.
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.8.1]https://github.com/drivercraft/sparreal-os/compare/bare-test-v0.8.0...bare-test-v0.8.1 - 2026-02-09

### Other

- release ([#12]https://github.com/drivercraft/sparreal-os/pull/12)

## [0.8.0]https://github.com/drivercraft/sparreal-os/compare/bare-test-v0.7.0...bare-test-v0.8.0 - 2026-02-09

### Other

- ♻️ refactor(chore): 清理项目配置并统一 Cargo 设置
- ✨ feat(tests): 添加超时属性支持到测试框架
- ✨ feat(config): 更新 Cargo 配置,添加 xtask 及相关命令,调整构建和测试配置
- ✨ feat(config): 添加应用和测试的 Cargo 配置,更新链接参数
- ✨ feat(tests): 添加 bare-test 测试框架及相关配置
- init