Srtool v0.6.0 (78216a09)
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.6.0
Linux
wget https://github.com/chevdor/srtool-cli/releases/download/v0.6.0/srtool_linux_amd64_v0.6.0.deb
dpkg -i srtool_linux_amd64_v0.6.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.5.0
- 78216a0: Release 0.6.0 [@chevdor]
- 34bbb1a: fix - fix the retrieval of the latest tag [@chevdor]
- e317711: chore - switch srtool default image from chevdor to paritytech [@chevdor]
- 2eb3925: chore - remove patch from the deps requirements [@chevdor]
- a2b5453: fix - fix tmpdir for Linux [@chevdor]
- f98b111: build - new homebrew formula for v0.5.0 [@terabot]