chore: finalize CHANGELOG for v0.1.0

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 <noreply@anthropic.com>
This commit is contained in:
Flo
2026-03-31 00:24:46 +02:00
parent 0cc6f76be2
commit 2ff3a1a56c

View File

@@ -31,4 +31,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Safe tilde expansion without `eval` - Safe tilde expansion without `eval`
- SSH config value parsing handles inline comments and quoted paths - SSH config value parsing handles inline comments and quoted paths
- Version comparison uses base-10 arithmetic to prevent octal interpretation - 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