From 661dc78c89c0293af51b659c255ea7a830601209 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 31 Jan 2026 12:35:58 +0000 Subject: [PATCH] docs: add CHANGELOG.md following Keep a Changelog format Document versions 0.2.2 (qemu system URI fix) and 0.2.1 (TCG fallback feature). https://claude.ai/code/session_01RZt5UUcdJvzR1a19C9pfME --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f8bd0c7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# 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.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.2.2] - 2026-01-31 + +### Fixed + +- Use `qemu:///system` URI to enable bridge creation for proper network setup + +## [0.2.1] - 2026-01-29 + +### Added + +- Fallback to TCG (Tiny Code Generator) when KVM is unavailable, enabling execution on systems without hardware virtualization support + +[Unreleased]: https://github.com/buck2hub/qlean/compare/v0.2.2...HEAD +[0.2.2]: https://github.com/buck2hub/qlean/compare/v0.2.1...v0.2.2 +[0.2.1]: https://github.com/buck2hub/qlean/releases/tag/v0.2.1