From 9773fde4df5654879f414aec08ce16f311f10bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9on=20Avic=20Simmons?= Date: Sun, 13 Sep 2026 17:45:01 -0400 Subject: [PATCH] docs(changelog): cut the accumulated entries as the 0.0.1 release (FR-097) The changelog had everything under [Unreleased] while a v0.0.1 GitHub release draft exists. Freeze the initial feature set as 0.0.1; [Unreleased] starts empty. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f132cc..275694a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.1] - 2026-05-08 + ### Added - Initial project scaffolding. - SystemRescue+autorun harness (`autorun/`): inventory, SMART, memtester, stress-ng, network checks.