Skip to content

v2.2.1

Compare
Choose a tag to compare
@maresb maresb released this 08 Sep 21:54
· 524 commits to main since this release
8a71638

What's Changed

This release is a minor improvement to reduce unexpected behavior of the conda-lock install command. Instead of relying on the filename to distinguish between lockfile formats, now we classify formats based on the file's contents. This is not expected to break existing workflows. Lockfile filenames can now be arbitrary.

Bugfix

  • Detect lockfile type based on contents rather than filename by @jacksmith15 in #499
  • Improve wording of confusing warnings about selector filtering by @maresb in #498

Infrastructure

Full Changelog: v2.2.0...v2.2.1