Description
You can find the changelogs below.
Downloads
Download the binary for your OS from below:
- Linux
- MacOS
Install
From source
cargo install --locked --git https://github.com/chevdor/srtool-cli --tag v0.12.0
Linux
wget https://github.com/chevdor/srtool-cli/releases/download/v0.12.0/srtool_linux_amd64_v0.12.0.deb
dpkg -i srtool_linux_amd64_v0.12.0.deb
srtool --help
MacOS
brew tap chevdor/srtool-cli https://github.com/chevdor/srtool-cli
brew update
brew install chevdor/srtool-cli/srtool
Changes since v0.11.0
- db8b639: Go back to macos-latest for the release [@chevdor]
- 486f4b4: Fixes following the move to the version to the workspace [@chevdor]
- 59424f0: Add exit code pass through (#27) [@wil Wade]
- 19c56fe: fix - remove hardcoded docker occurences. (#23) [@tino Rusch]
- 732b666: Run quick check on PRs [@chevdor]