- Now a per-deps invocation temporary directory is created and accessible via the
EDEN_WORK_DIR
environment variable. The directory is cleared after the deps invocation ends, so it is suitable for temporary caching of information that should be reused in that invocation (environment packages, if certain tasks have already executed, etc).
- Fix grouping under GitHub actions: print without colors, otherwise the
::group::
instructions are not processed. - When running under GitHub actions, print the
::endgroup::
prefix when finishing processing.
When running under GitHub actions, add the
::group::
prefix to each section header so they are grouped in the GitHub actions logs.See Grouping log lines in the GitHub documentation.
Dropped support for Python 3.6, 3.7, 3.8, and 3.9.
- #6: Fix
TypeError
bug when theincludes
entry is defined but isNone
in anenvironment.devenv.yml
file. - Added support for
click >=8
.
- Print some sort of progress in execution headers.
- Fix bug when used with empty
devenv.environment.yml
files.