From 2ff3a1a56cf18df57b6bcc6d9e55f8dacc6a848d Mon Sep 17 00:00:00 2001 From: Flo Date: Tue, 31 Mar 2026 00:24:46 +0200 Subject: [PATCH] chore: finalize CHANGELOG for v0.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add security items from post-bump hygiene fixes to the 0.1.0 changelog entry. Closes: #16 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8946e4d..057e294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,4 +31,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Safe tilde expansion without `eval` - SSH config value parsing handles inline comments and quoted paths - Version comparison uses base-10 arithmetic to prevent octal interpretation -- Containers run with `--network=none` and non-root user (e2e spec) +- Temp file cleanup trap in SSH config updates +- `--` separator before path arguments in `ssh-keygen` calls +- Removed unused exported `SIGNING_KEY_PATH` variable