Skip to content
v0.4.0

This release enables binary stripping in the cargo config which
reduces the executable size from 401KB to 307KB.  The minimum Rust
version is now 1.60.

BREAKING CHANGES:
  - None

New features:
  - None

Changes:
  - Add `strip` and `opt-level` to cargo release config.