Releases: copier-org/copier
Releases · copier-org/copier
v5.1.0
All changes here. Summary:
- Forbid downgrades.
- Print all logs to STDERR.
v5.0.0
All changes here. Summary:
- Add
--prerelease
flag, which will beFalse
by default. This is a behavioral change and that's basically why I'm doing a new major release. All other changes are minor here. - Better docs.
v4.1.0
v4.0.2
All changes here. Summary:
- Fix a bug where questions with templated defaults would not be asked to the user.
v4.0.1
All changes here. Summary:
- Fix a bug where the default value prompted to the user didn't match the reality from his last answer.
v4.0.0
All changes here. Summary:
- Remove semver to avoid having 2 different versioning systems. We stick to PEP 440 now.
- Remember where an answer comes from.
- Do not re-ask to the user if already answer via
--data
. - Support pre-migration scripts that modify the answers file.
v3.2.0
v3.1.0
All changes here. Summary:
- Assert minimum copier version.
- Prettier prompts.
- Prompt self-templating.
- Better README.