v0.7.0
Highlights
This release mostly contains bug fixes.
Details
Added
- Rattler is now also build for Linux aarch64 in CI by @pavelzw in (#272)
FromStrforShellEnumby @ruben-arts in (#258)
Changed
- Run activation scripts and capture their output by @baszalmstra in (#239)
- If memory mapping fails during installation the entire file is read instead by @baszalmstra in (#273)
- Constraints parsing to improve performance and error messages by @baszalmstra in (#254)
- Added explicit error in case repodata does not exist on the server by @ruben-arts in (#256)
- Code signing on apple platform now uses
codesignbinary instead ofapple-codesigncrate by @wolfv in (#259)
Fixed
Shell::run_commandends with a newline by @baszalmstra in (#262)- Formatting of environment variable in fish by @ruben-arts in (#264)
- Suppress stderr and stdout from codesigning by @wolfv in (#265)
- All crates have at least basic documentation by @wolfv in (#268)
- Use
default_cache_dirin the rattler binary by @wolfv in (#269) - Corrupted tar files generated by rattler-package-streaming by @johnhany97 in (#276)
- Superfluous quotes in the
content-hashof conda lock files by @baszalmstra in (#277) subdirandarchfields when convertingRepoDataRecordto aLockedDependencyin conda-lock format by @wolfv in (#255)