What's Changed
This release fixes a major bug that rendered conda-lock install --update
essentially unusable because it replaced the extensions of all URLs .tar.bz2
, even when the actual builds had the .conda
extension.
Major bugfix
- Don't clobber build extensions (.tar.bz2 vs .conda) when running conda-lock update by @maresb in #815
Minor bugfix
Maintenance
- Update ruff to use Python 3.9, and update codebase accordingly by @pre-commit-ci and @maresb in #805
- Harden GHA security and add zizmor scan by @maresb in #814
- Clean up mkdocs by @maresb in #818
- Resolve sporadic failures of lookup cache test by @maresb in #811, #820
Full Changelog: v3.0.3...v3.0.4