Release Notes
Fixed
zet -c
, like zet --count
, is supposed to count the number of times a line appears unless there's a --files
flag; but due to an error, -c
always counts the number of files the line appears in. (So if a line appears in one file 100 times, the reported count is 1, even without the --file
flag.) This is fixed, but since it changes behaviour in a non-backward compatible way, we bump the major version number.
Changed
- Bump Minimum Supported Rust Version to 1.78.0
Install zet 2.0.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/yarrow/zet/releases/download/v2.0.1/zet-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/yarrow/zet/releases/download/v2.0.1/zet-installer.ps1 | iex"
Download zet 2.0.1