Leviath v0.3.7
Stable release - v0.3.7
Source commit: 3cd8e14
Install
Homebrew (macOS):
brew tap gemisis/leviath https://github.com/GEMISIS/leviath-dist.git
brew install leviathLinux:
curl -fsSL https://raw.githubusercontent.com/GEMISIS/leviath-dist/main/install.sh | bashWindows (Scoop):
scoop bucket add leviath https://github.com/GEMISIS/leviath-dist.git
scoop install leviathManual:
# 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.7 --bin levWhat's Changed
- Fix the automate-labeled issues: #410-#414 by @GEMISIS in #416
- Fix the newer automate issues: #415, #417, #418 by @GEMISIS in #420
- chore(release): 0.3.7 by @GEMISIS in #419
- ci: build the feature-off path so it stops rotting by @GEMISIS in #421
Full Changelog: v0.3.6...v0.3.7