Skip to content

v0.0.19

Choose a tag to compare

@github-actions github-actions released this 14 Jul 18:13
· 9 commits to weirwood since this release

Installation

macOS (signed and notarized when release secrets are configured):

unzip stave_*.zip
chmod +x stave
sudo mv stave /usr/local/bin/

Linux:

tar xzf stave_*.tar.gz
chmod +x stave
sudo mv stave /usr/local/bin/

Changelog

  • 51f49fb Add stave memory attach for ContextMarmot dens (S2)
  • aba10b4 Fix staticcheck findings in memory package for CI