Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 May 20:49
· 103 commits to main since this release

What's Changed

  • Improved error handling and removed all sources of panic πŸŽ‰
  • Added many more release targets:
    • macOS (Intel and ARM)
    • Windows (x86_64 and x86)
    • More Linux targets:
      • musl: i686, armv7 and armv6.
      • added GNU libc x86_64 built on Ubuntu 20.04
  • Docker images are much smaller now: ~400KB, in contrast to 3MB in v0.3.1. (how? by using scratch as base image 🀫)
    • They are now also published to GitHub packages in addition to Docker Hub. And they also include the new linux targets.

Complete instructions on using the installation methods in the README.

Full Changelog: v0.3.1...v0.4.0