Releases: emcd/python-project-common
Releases · emcd/python-project-common
v1.20
v1.19.2
Emcdproj v1.19.2 (2025-05-29)
No significant changes.
v1.19
Emcdproj v1.19 (2025-05-28)
No significant changes.
v1.18
Emcdproj v1.18 (2025-05-27)
Enhancements
- Add '--preserve' flag to 'template validate' subcommand. Prevents cleanup of
temporary directory allocated for Copier template validation which allows
inspection of generated files.
Repairs
- Fix description of 'template' subcommand.
v1.18rc0
Emcdproj v1.18rc0 (2025-05-27)
Enhancements
- Add '--preserve' flag to 'template validate' subcommand. Prevents cleanup of
temporary directory allocated for Copier template validation which allows
inspection of generated files.
Repairs
- Fix description of 'template' subcommand.
v1.17.1
Emcdproj v1.17.1 (2025-04-30)
Repairs
- Ensure that long Hatch commands are specified inside of double-quoted TOML
strings so that line continuation backslashes are processed rather than treated
as literals. Fixes issue on Window.
v1.17
Emcdproj v1.17 (2025-04-30)
Enhancements
- New CLI subcommand 'template' to validate changes to Copier template with some
preset. Currently available presets are 'default' and 'maximum'.
v1.17rc0
Emcdproj v1.17rc0 (2025-04-30)
Enhancements
- New CLI subcommand 'template' to validate changes to Copier template with some
preset. Currently available presets are 'default' and 'maximum'.
v1.16
Emcdproj v1.16 (2025-04-10)
No significant changes.
v1.15
Emcdproj v1.15 (2025-04-09)
Documentation Improvements
- Update API documentation. Fix internals documentation.