Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 1.97 KB

File metadata and controls

58 lines (33 loc) · 1.97 KB

1.6.0 (2025-11-19)

  • Support pixi-devenv 0.1.0 or later.

1.5.1 (2025-08-26)

  • Modify find_directories to perform a depth-first search for all devenv files. This will ensure it finds the closest environment.devenv.yml or pixi.devenv.toml to the starting directory, rather than searching the entire hierarchy for one file type before attempting to find the other.

1.5.0 (2025-08-22)

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.