Skip to content

v0.72.1

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Jul 08:19
Immutable release. Only release title and notes can be modified.
baa3aa8

[0.72.1] - 2026-07-07

✨ Highlights

This release contains important bugfixes for rich platforms, v3 repodata handling, pixi-build-r and more.

Changed

  • Do not fail when running tasks in an environment by @hunger in #6507
  • Provide R packages under their r-prefixed conda name by @roaldarbol in #6515
  • Suggest pixi self-update --version for requires-pixi errors by @hunger in #6516
  • Register run-export-introduced source deps on the assembled record by @wolfv in #6519
  • Let explicit source registrations win over implied ones by @Hofer-Julian in #6532

Documentation

Fixed

  • Don't drag rich platform variants into bare-subdir environments by @hunger in #6517
  • Invalidate lock file when an inline package definition changes by @Hofer-Julian in #6529

Refactor

  • Use shared config types from rattler_config by @wolfv in #6528

New Contributors