v2.2.1
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