Srtool v0.7.0 (7bc97c04)
Description
This version mainly bumps dependencies and add some docs.
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.7.0
Linux
wget https://github.com/chevdor/srtool-cli/releases/download/v0.7.0/srtool_linux_amd64_v0.7.0.deb
dpkg -i srtool_linux_amd64_v0.7.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.6.0
- 7bc97c0: Release 0.7.0 [@chevdor]
- bf9d1c5: Update deps [@chevdor]
- ae14581: Add new check task [@chevdor]
- 17de32a: doc - fix cargo install command [@chevdor]
- 737f779: chore - update deps [@chevdor]
- 30e2701: ci - switch to a weekly [@chevdor]
- 361e210: docs - fix typos (#14) [@ccris02]
- 63be329: tests - ignore test requiring docker [@chevdor]
- 0aa33dc: feat - pass the runtime_dir to the info command [@chevdor]
- 7e29c09: feat - add new pull command and use it in the tests [@chevdor]
- d3d431d: feat - add new --no-cache build option [@chevdor]
- 3da7b72: feat - pass the image digest to the container [@chevdor]
- a6e20c1: docs - add documentation for contributors [@chevdor]
- c6c9d75: build - new homebrew formula for v0.6.0 [@terabot]