Skip to content

v0.1.3: Permissive Dual-Licensing (MIT / Apache-2.0)

Choose a tag to compare

@tylerstyle tylerstyle released this 04 Sep 07:03
· 5 commits to main since this release

Highlights in v0.1.3

Changed

  • Permissive Dual-Licensing (MIT OR Apache-2.0): Relicensed dfdisk from GPL-3.0-or-later to dual MIT OR Apache-2.0 (standard Rust open-source licensing) to maximize adoption across incident response, DFIR laboratories, enterprise, and community ecosystems.
  • Nixpkgs & NUR Integration:
    • Modernized Nix derivations to use the (finalAttrs: { ... }) fixpoint pattern.
    • Replaced commit revision references with explicit release tag pinning in fetchFromGitHub.
    • Qualified lib.maintainers and lib.platforms attribute scopes and updated meta.license to dual [ mit asl20 ].
    • Added official support for the Nix User Repository (NUR) under nur.repos.tylerstyle.dfdisk.
  • Packaging Metadata: Synchronized dual-licensing definitions across Arch Linux (PKGBUILD), Debian (copyright, changelog), and Nix Flakes.

Full Changelog: v0.1.2...v0.1.3