From a271146ece00f70da0c08b85b2efdb1922a9762b Mon Sep 17 00:00:00 2001 From: codethief Date: Sun, 28 Jun 2026 21:38:39 +0200 Subject: [PATCH] Update CHANGELOG (--version flag) --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b85fd2..f5af2d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Unreleased +## Features +- Add new `--version` CLI flag + # 0.2.1 (2026-06-23) @@ -14,8 +17,8 @@ - Config: Interpolate host environment variables (`$VAR` / `${VAR}`, `$$` for a literal `$`) into any config string value. Enables e.g. mounting `$PWD`. - Config: Simplified the `env` schema. Removed `fromHost`; an env var is now a - literal string (`$VAR`-interpolated) or an object - `{ value?, secret?, injectForHosts? }`, where an omitted `value` reads the + literal string (`$VAR`-interpolated) or an object + `{ value?, secret?, injectForHosts? }`, where an omitted `value` reads the host var named like the key. Secrets use `injectForHosts` (was `hosts`). - Config: Expose QEMU settings as config options. - Add `/docs` folder with preliminary documentation.