0.3.1
Added
- Prebuilt binaries for armv6l-linux, armv7l-linux, i686-linux.
Changed
- Native aarch64-linux now use GNU libc instead of musl,
this makes the binary run faster on multi-threaded hardware.
Fixed
- All prebuilt binaries are now fully statically linked.
- An attempt to subtract with overflow in some scenarios of a
let-in
expression.
What's Changed
- feat: release 0.3.0 by @kamadorueda in #149
- feat: crosscompile more by @kamadorueda in #150
- Ignore the generated list of nixpkgs files for language stats by @tazjin in #152
- style: format cargo lock by @kamadorueda in #153
- perf: improve cache hits on code builds by @kamadorueda in #154
- feat: make musl binaries really static by @kamadorueda in #155
- feat: shaped with love by more people by @kamadorueda in #156
- perf: use gnu as native binary by @kamadorueda in #157
- feat: only cross compile static binaries by @kamadorueda in #158
- feat: pin nix-env urls by @kamadorueda in #159
- docs: update changelog by @kamadorueda in #160
- Print stats when formatting trees by @tomberek in #161
- fix: attempt to substract with overflow by @kamadorueda in #162
New Contributors
Full Changelog: 0.3.0...0.3.1