Skip to content

2.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Dec 17:31

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

File Platform Checksum
zet-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
zet-x86_64-apple-darwin.tar.gz Intel macOS checksum
zet-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
zet-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum