Skip to content

v0.5.0

Compare
Choose a tag to compare
@ipetkov ipetkov released this 13 Jun 00:08
· 393 commits to master since this release
v0.5.0
4a3f139

0.5.0 - 2022-06-12

Changed

  • Breaking: dropped compatibility for Nix versions below 2.8.1
  • Breaking: updated all flake attributes to follow the new .default
    guidance as per Nix's warnings. Specifically:
    • Crane's default overlay is now available at .overlays.default (previously
      .overlay)
    • All templates now use {app,devShells,packages}.default as well
  • Breaking: lib.fromTOML and lib.toTOML have been removed in favor of
    builtins.fromTOML
  • Improved support for consuming crane without using flakes
  • The nix-std dependency has been dropped