copier v6.2.0 Release Notes

Release Date: 2022-09-18 // over 1 year ago
  • Feat

    • add validator field to Question (#719)
    • ๐Ÿ‘ support passing github or gitlab urls without the .git suffix (#677)

    ๐Ÿ›  Fix

    • compatibility with pydantic 1.10
    • ๐Ÿ‘ git bundle support breaks with relative paths
    • prevent name collision for question var name "value"

    ๐Ÿ”จ Refactor

    • ๐Ÿ”Œ add "flake8-simplify" plugin and simplify code

Previous changes from v6.1.0

  • Feat

    • support getting template commit hash with {{ _copier_conf.vcs_ref_hash }}
    • simplify the format of the question prompt (#689)

    ๐Ÿ›  Fix

    • ignore non-PEP-440-compliant tags (#676)