docs(changelog): v0.1.0 release notes#22
Merged
Conversation
First entry. Keep a Changelog format, semver. Summarises the
sprint's user-visible additions in terms a stranger landing on
the GitHub Releases page can act on:
- 13-command surface (pair, add, recall, search, list, get, rm,
namespaces, connections, audit, keys, import, export, config,
completion)
- Output presentation (fang help, lipgloss tables, tabwriter
fallback, --json mode)
- Leveled logging (-v / --verbose / --quiet via charmbracelet/log)
- Huh-styled pair prompts in TTY, bufio fallback otherwise
- API key + URL preflight with actionable error
- Cross-platform binaries + Homebrew + Scoop + styled install.sh
- rememberize-bundle Claude Code skill
Plus a short "Notes for users" section flagging the -v vs --version
flag rebinding, and "Known limitations" covering Windows arm64,
macOS notarization, and F18 (Windows per-invocation latency).
CHANGELOG.md is doc-only; doesn't affect build/test/release.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds `CHANGELOG.md` with v0.1.0 release notes ahead of the tag. Keep a Changelog format, semver. Doc-only — no build / test / release impact.
Why now
Phase 5 of the polish sprint is the v0.1.0 tag. `goreleaser` will reference release notes from the changelog (or the tag annotation, depending on config) — having the notes in-tree before tagging means strangers landing on the GitHub Releases page get something coherent rather than auto-generated commit-list noise.
Coverage
The v0.1.0 entry summarizes everything user-visible from the sprint:
Plus:
Verification
Test plan
Pre-tag checklist (carry-forward, for after this merges)
```
git push origin v0.1.0
• GitHub Releases page (5 platform binaries)
• captured-ventures/homebrew-rememberize push
• captured-ventures/scoop-rememberize push
curl -sSL https://rememberize.app/install.sh | sh
brew tap captured-ventures/rememberize && brew install rememberize
scoop bucket add rememberize https://github.com/captured-ventures/scoop-rememberize && scoop install rememberize
```
🤖 Generated with Claude Code
Need help on this PR? Tag
@codesmithwith what you need.