nix-init/CHANGELOG.md
2023-04-29 19:13:51 -04:00

2.4 KiB

Changelog

v0.2.3 - 2023-04-29

Features

  • Python: improve name normalization

Fixes

  • Python: fix parsing requirements.txt (#111)
  • Python: acknowledge requirements.txt when pyproject.toml is absent

v0.2.2 - 2023-04-23

Features

  • Logo and Matrix chat
  • Rust: use the first git dependency when multiple have the same revisions
  • Ask to fetch submodules
  • Improve error messages

v0.2.1 - 2023-03-22

Features

  • Rust: default to importCargoLock if git sources were found
  • Rust: deduplicate outputHashes based on git revisions

v0.2.0 - 2023-03-19

Features

  • Rust: support importCargoLock
  • Rust: improve dependency inference, it now sets environment variables and is feature-aware
  • Prompt for output path when it is unspecified
  • Go: infer ldflags from GoReleaser configuration
  • Python: recognize maturinBuildHook
  • Improve builder completions and validator
  • Improve description normalization
  • Improve version inference

Changes

  • Python: update buildPythonPackage's style to be more conventional
  • Disallow empty urls
  • Normalize pname

Fixes

  • PyPI: support optional dependencies (#34)
  • PyPI: support zip sdists (#33)
  • PyPI: don't strip digits from package names (#35)
  • PyPI: handle normalized sdist file names (#32)
  • PyPI: accept packages without licenses (#32)
  • PyPI: filter out non-sdist versions
  • Go: detect empty vendor from go.sum instead of FOD hash

v0.1.1 - 2023-02-06

Fixes

  • Fix compatibility with nixpkgs 22.11 (#15)
  • GitHub: sort tags by chronological order (#18)
  • Python: fix dependency parsing (#22)

Features

  • --nixpkgs to override nixpkgs (#14)
  • Handle deprecated spdx license identifiers
  • Python: detect build dependencies in build-system.requires (#23)

v0.1.0 - 2023-01-28

First release