Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jun 13:11

0.4.0 (2023-06-10)

⚠ BREAKING CHANGES

  • bump python to 3.8

Features

  • config file (83b36a2)
  • metadata system (14e761f)
  • metadata: implement a declarative metadata system for environment variables (868e85a)
  • metadata: metadata field do_not_prompt to bypass prompting (619c9b7)
  • metadata: metadata field required and purging mechanism for template (f7261ca)
  • metadata: stage control on metadata setter (9b9b097)
  • split project.py in multiple files (03cf0e2)
  • use project.environ to store additional options (f8e8a6a)

Bug Fixes

  • build: add min_version for dependency slots (e972377)
  • build: add required metadata for mandatory fields for poetry builder (b34cce2)
  • build: remove unused **kwargs in init and explicit check_build parameter (1b91c65)
  • bumps toml to tomli_w for dumpers.Toml (9fe71ce)
  • main: don't drop args[0] when importing (665b5a4)
  • README: mix tabs and spaces (9c153c9)
  • replace |= operator by update function for UserDict based class (7aa6ab7)
  • use a list instead of a set when parsing string patterns (e688458)
  • venv: use an hidden option as virtual env folder name (5cbfd3f)

Miscellaneous Chores