Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Apr 13:14

0.3.0 (2023-04-09)

Features

  • build: flit supports (3eccc8d)
  • build: hatch support (c44647f)
  • build: new generic abstract class for PEP 517 builder (93a01f5)
  • build: pdm supports (a6c0d7b)
  • build: poetry supports (3292381)
  • command line options to select tools (932e250)
  • copy template files to project (7aa68e6)
  • git: include a generic gitignore (ec80c7d)
  • git: prompt user to set git config user.name (975eb17)
  • license: choose a license from the CLI (df1a0fd)
  • setuptools: keep classifiers and deps sorted (d6b99e6)

Bug Fixes

  • build: make legacy Setuptools tool compliant with PEPs specification (6a816e7)
  • git: use empty author when git config fail (c32ebf3)
  • venv: upgrade pip to last version after venv creation (537622b)