Releases: chevdor/srtool-cli
Srtool v0.12.0 (db8b639a)
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]
Srtool v0.11.0 (85edaa4d)
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.11.0
Linux
wget https://github.com/chevdor/srtool-cli/releases/download/v0.11.0/srtool_linux_amd64_v0.11.0.deb
dpkg -i srtool_linux_amd64_v0.11.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.10.0
Srtool v0.10.0 (0f41fd8a)
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.10.0
Linux
wget https://github.com/chevdor/srtool-cli/releases/download/v0.10.0/srtool_linux_amd64_v0.10.0.deb
dpkg -i srtool_linux_amd64_v0.10.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.8.0
- 0f41fd8: Version bump and doc refresh [@chevdor]
- 8ee3327: Deps update [@chevdor]
- ee828e8: Minor refactoring [@chevdor]
- 669a6b5: feat - add option to use podman as container engine (#21) [@tino Rusch]
- c93e6fd: Switch to clap v4 [@chevdor]
- 0796a8e: Minor fixes [@chevdor]
- 7d6590a: Fix some CI issues [@chevdor]
- 79303b1: Use nightly for clippy and fmt [@chevdor]
- 57fa565: Fix clippy warnings [@chevdor]
- eb038d7: Add tests and switch to nextest [@chevdor]
- 2dde3ef: Improve justfile [@chevdor]
- b0b54db: Wk 220822 run as root + verbose (#19) [@chevdor]
- 8972c62: Deps update and cleanup [@chevdor]
- ac9bcf7: Promote the image flag as global [@chevdor]
- 842e398: Deps update [@chevdor]
- 0d9dde5: build - new homebrew formula for v0.8.0 [@terabot]
v0.9.0
Srtool v0.8.0 (79d6de15)
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.8.0
Linux
wget https://github.com/chevdor/srtool-cli/releases/download/v0.8.0/srtool_linux_amd64_v0.8.0.deb
dpkg -i srtool_linux_amd64_v0.8.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.7.1
Srtool v0.7.1 (bb5daa37)
No major change in this version beside switching to Rust 2021 and pinning the Github runners for MacOS to macos-10.15
.
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.7.1
Linux
wget https://github.com/chevdor/srtool-cli/releases/download/v0.7.1/srtool_linux_amd64_v0.7.1.deb
dpkg -i srtool_linux_amd64_v0.7.1.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.7.0
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]
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]
Srtool v0.5.0 (ac139ee4)
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.5.0
Linux
wget https://github.com/chevdor/srtool-cli/releases/download/v0.5.0/srtool_linux_amd64_v0.5.0.deb
dpkg -i srtool_linux_amd64_v0.5.0.deb
tera --help
MacOS
brew tap chevdor/srtool-cli https://github.com/chevdor/srtool-cli
brew update
brew install chevdor/srtool-cli/srtool