Skip to content

v0.7.0

Compare
Choose a tag to compare
@baszalmstra baszalmstra released this 11 Aug 12:58
· 480 commits to main since this release

Highlights

This release mostly contains bug fixes.

Details

Added

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 codesign binary instead of apple-codesign crate by @wolfv in (#259)

Fixed

  • Shell::run_command ends 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_dir in the rattler binary by @wolfv in (#269)
  • Corrupted tar files generated by rattler-package-streaming by @johnhany97 in (#276)
  • Superfluous quotes in the content-hash of conda lock files by @baszalmstra in (#277)
  • subdir and arch fields when converting RepoDataRecord to a LockedDependency in conda-lock format by @wolfv in (#255)