github jongio/dispatch v0.16.2

2 hours ago

Install

Linux / macOS:

curl -fsSL https://github.com/jongio/dispatch/releases/download/v0.16.2/install.sh | sh

Windows (PowerShell):

irm https://github.com/jongio/dispatch/releases/download/v0.16.2/install.ps1 | iex

Install this specific version:

# Linux / macOS
curl -fsSL https://github.com/jongio/dispatch/releases/download/v0.16.2/install.sh | sh -s -- v0.16.2

# Windows (PowerShell)
$v="v0.16.2"; irm https://github.com/jongio/dispatch/releases/download/v0.16.2/install.ps1 | iex

Changelog

Bug Fixes

  • 4c6d2b9 fix: stop silently discarding style state, errors, and status messages (#401)

Other

  • 45ef158 chore(deps): Bump astro from 7.2.2 to 7.2.4 in /web (#399)
  • e8ac2a1 chore(deps): Bump modernc.org/sqlite from 1.56.0 to 1.57.0 (#396)
  • a70a23a chore(deps): bump charm.land/bubbletea/v2 from 2.0.8 to 2.0.9 (#398)
  • e6a428f chore(deps): bump marked from 18.0.9 to 18.0.10 in /web (#397)
  • cf7dc13 chore(deps): update bubbles to v2.2.1 and deny the esbuild install script (#402)

Full Changelog: v0.16.1...v0.16.2

Contributors

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

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

Don't miss a new dispatch release

NewReleases is sending notifications on new releases.