release: bump to 0.2.16

This commit is contained in:
Advait Paliwal
2026-03-28 21:46:57 -07:00
parent ab8a284c74
commit aed607ce62
5 changed files with 15 additions and 6 deletions

View File

@@ -62,13 +62,13 @@ These installers download only the `skills/` tree from the Feynman repository. T
The one-line installer already targets the latest tagged release. To pin an exact version, pass it explicitly:
```bash
curl -fsSL https://feynman.is/install | bash -s -- 0.2.15
curl -fsSL https://feynman.is/install | bash -s -- 0.2.16
```
On Windows:
```powershell
& ([scriptblock]::Create((irm https://feynman.is/install.ps1))) -Version 0.2.15
& ([scriptblock]::Create((irm https://feynman.is/install.ps1))) -Version 0.2.16
```
## pnpm