Skip to content

Version 0.5.20 (2024-10-05)

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 07:12

Release Notes

  • Add smtp_send(url, from, to, subject, body) function to send email
  • Add MQTT support: publish("mqtt://servername:1883/topic", body)
  • Add system2(cmd): different from system(cmd), and it will return an array with code, stdout, stderr.
  • Add cargo-binstall and cargo-dist support

Install zawk 0.5.20

Install prebuilt binaries via Homebrew

brew install zawk

Download zawk 0.5.20

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