Skip to content

v0.11.0

Compare
Choose a tag to compare
@ipetkov ipetkov released this 26 Dec 23:08
· 390 commits to master since this release
v0.11.0
98894bb

0.11.0 - 2022-12-26

Added

  • Documentation is now available at crane.dev

Changed

  • Breaking: dropped compatibility for Nix versions below 2.11.0
  • Breaking: dropped compatibility for nixpkgs-22.05. nixpkgs-22.11 and
    nixpkgs-unstable are fully supported
  • Zstd compression of cargo artifacts now defaults to using as many cores as
    $NIX_BUILD_CORES allows for (or all available cores if it isn't defined)
  • Dummy sources now attempt to use the same name as their original source (minus
    the Nix store path and hash) to minimize errors with build scripts which
    expect their full path to not change between runs