Skip to content

Releases: emcd/python-project-common

v1.20

29 May 22:16
v1.20
f0396b5
Compare
Choose a tag to compare

Emcdproj v1.20 (2025-05-29)

No significant changes.

v1.19.2

29 May 21:10
v1.19.2
ead3c33
Compare
Choose a tag to compare

Emcdproj v1.19.2 (2025-05-29)

No significant changes.

v1.19

28 May 23:11
v1.19
4e84fd1
Compare
Choose a tag to compare

Emcdproj v1.19 (2025-05-28)

No significant changes.

v1.18

27 May 21:07
v1.18
4dc294f
Compare
Choose a tag to compare

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

27 May 20:33
v1.18rc0
a5b4a69
Compare
Choose a tag to compare

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

30 Apr 23:25
v1.17.1
0bdf8fb
Compare
Choose a tag to compare

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

30 Apr 14:04
v1.17
6cc5bc3
Compare
Choose a tag to compare

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

30 Apr 13:44
v1.17rc0
21dc8dd
Compare
Choose a tag to compare

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

10 Apr 21:52
v1.16
c3b7071
Compare
Choose a tag to compare

Emcdproj v1.16 (2025-04-10)

No significant changes.

v1.15

09 Apr 03:56
v1.15
0d889bc
Compare
Choose a tag to compare

Emcdproj v1.15 (2025-04-09)

Documentation Improvements

  • Update API documentation. Fix internals documentation.