Install
Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/jongio/dispatch/main/install.sh | shWindows (PowerShell):
irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iexInstall this specific version:
# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/jongio/dispatch/main/install.sh | sh -s -- v0.10.3
# Windows (PowerShell)
$v="v0.10.3"; irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iexChangelog
Bug Fixes
- fd5a306 fix: quality sweep — code review, security, and docs fixes (#115)
- a936879 fix: use unauthenticated redirect for version resolution in installer
Full Changelog: v0.10.2...v0.10.3
Contributors
Thanks to the following people for their contributions to this release:
- Copilot (@Copilot)
- Jon Gallant (@jongio)