From f7cdb121015a4c3e09ebfab4a88631b6ce4a3816 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 25 Nov 2025 14:10:42 +0100 Subject: [PATCH] chore: document 0.1.1 changes in changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96426ef16..b69748cab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.1.1 — 2025-11-25 + +### CLI polish +- Added a proper executable shim so `npx warelay@0.1.x --help` runs the CLI directly. +- Help/version banner now uses the README tagline with color, and the help footer includes colored examples with short explanations. +- `send` and `status` gained a `--verbose` flag for consistent noisy output when debugging. + ## 0.1.0 — 2025-11-25 ### CLI & Providers