Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.45 KB

CHANGELOG.rst

File metadata and controls

42 lines (24 loc) · 1.45 KB

1.4.0 (2024-07-03)

  • 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).

1.3.1 (2024-02-29)

  • 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.

1.3.0 (2024-02-28)

  • 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.

1.2.0 (2021-08-20)

  • #6: Fix TypeError bug when the includes entry is defined but is None in an environment.devenv.yml file.
  • Added support for click >=8.

1.1.0 (2018-09-20)

  • Print some sort of progress in execution headers.

1.0.0 (2018-08-17)

  • Fix bug when used with empty devenv.environment.yml files.