Srtool v0.10.0 (0f41fd8a)
github-actions
released this
07 Mar 14:06
·
0 commits
to 0f41fd8a9a8f52868031238b308f9407c157262e
since this release
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]