Skip to content

v0.11.1

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jun 00:14

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.11.1

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

Changelog

Other

  • c7b6e27 deps: update all dependencies to latest

Full Changelog: v0.11.0...v0.11.1

Contributors

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

  • Copilot (@Copilot)
  • Jon Gallant

New contributors: Jon Gallant -- welcome!