Skip to content

v0.10.9

Choose a tag to compare

@github-actions github-actions released this 08 Jun 03:00
· 233 commits to main since this release

Install

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/jongio/dispatch/main/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iex

Install this specific version:

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/jongio/dispatch/main/install.sh | sh -s -- v0.10.9

# Windows (PowerShell)
$v="v0.10.9"; irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iex

Changelog

Bug Fixes

  • 39129d7 fix(ci): force-push contributor branch to handle retried releases
  • 723ae6b fix(release): add changelog verification gate to prevent missing entries
  • e735bd2 fix(release): use inline grep for changelog gate, add v0.10.9 entry

Full Changelog: v0.10.8...v0.10.9

Contributors

Thanks to the following people for their contributions to this release:

  • Copilot (@Copilot)
  • Jon Gallant (@jongio)