docs: write changelog for 2.0.1

This commit is contained in:
Tobi Lutke 2026-03-10 20:58:45 -04:00
parent 55c951b15e
commit 1207fe7776
No known key found for this signature in database

View File

@ -2,6 +2,20 @@
## [Unreleased]
## [2.0.1] - 2026-03-10
### Changes
- `qmd skill install` copies the packaged QMD skill into
`~/.claude/commands/` for one-command setup. #355 (thanks @nibzard)
### Fixes
- Fix Qwen3-Embedding GGUF filename case — HuggingFace filenames are
case-sensitive, the lowercase variant returned 404. #349 (thanks @byheaven)
- Resolve symlinked global launcher path so `qmd` works correctly when
installed via `npm i -g`. #352 (thanks @nibzard)
## [2.0.0] - 2026-03-10
QMD 2.0 declares a stable library API. The SDK is now the primary interface —