Skip to content

Leviath v0.3.8

Choose a tag to compare

@GEMISIS GEMISIS released this 13 Aug 21:34

Stable release - v0.3.8

Source commit: b7cb61a

Install

Homebrew (macOS):

brew tap gemisis/leviath https://github.com/GEMISIS/leviath-dist.git
brew install leviath

Linux:

curl -fsSL https://raw.githubusercontent.com/GEMISIS/leviath-dist/main/install.sh | bash

Windows (Scoop):

scoop bucket add leviath https://github.com/GEMISIS/leviath-dist.git
scoop install leviath

Manual:

# Download the archive for your platform, then:
tar xzf leviath-*.tar.gz    # or unzip for Windows
sudo mv lev /usr/local/bin/

From source:

cargo install --git https://github.com/GEMISIS/leviath.git --tag v0.3.8 --bin lev

What's Changed

  • ci(prod): tell leviath.dev when stable ships by @GEMISIS in #422
  • ci(prod): start the site deploy with Actions:write, not Contents:write by @GEMISIS in #423
  • ci(prod): drop the leviath.dev trigger, which cannot do anything by @GEMISIS in #424
  • fix: a malformed fan-out split no longer kills the run, and the research stages are required by @GEMISIS in #425
  • chore(release): 0.3.8 by @GEMISIS in #426

Full Changelog: v0.3.7...v0.3.8