Skip to content

pixi 0.55.0#242720

Merged
BrewTestBot merged 2 commits intomainfrom
bump-pixi-0.55.0
Sep 15, 2025
Merged

pixi 0.55.0#242720
BrewTestBot merged 2 commits intomainfrom
bump-pixi-0.55.0

Conversation

@BrewTestBot
Copy link
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
## Release Notes

✨ Highlights

This cycle, the Pixi team focused on squashing bugs.
We especially focused on problems that were annoying and open for some time,
but never quite important to fix right now.

⚠️ Breaking Change

The environment variable overwriting logic is changed.
If you think you haven't read this for the first time, then you are right!
We already attempted to fix the order and other weird aspects of our environment variable handling in the past,
but had to revert it, since it broke too many things.
This time we touched significantly less logic so we hope that the impact will be minimal.

Previously, the variables in your own environment would overwrite the variables set in the Pixi manifest.
This is now reversed, meaning that the variables set in the Pixi manifest will overwrite the variables in your own environment.
Also task environment variables will now be considered even if that environment variable was already defined outside of Pixi.
More info can be found in the documentation.

Changed

  • Search in pixi global directory as well, along with PATH by @mrswastik-robot in #4365
  • Add cargo-deny by @haecker-felix in #4539

Documentation

  • Add hyperlinks for cargo and npm by @lucascolley in #4582
  • Update cuda tags in pixi-docker by @mbrobbel in #4534
  • Refactor 'pixi-extensions' docs to the latest changes by @mrswastik-robot in #4541
  • Fix warning syntax for detached-environments by @lucascolley in #4557

Fixed

  • Check when to render as ninja string by @tdejager in #4535
  • Honor explicit manifest by @remimimimimi in #4536
  • Upgrade for all targets by @remimimimimi in #4553
  • Set pixi cache dir when building cmake extensions by @nichmor in #4567
  • Environment variable priority by @Hofer-Julian in #4544
  • Clear filesystem caches in between pixi run steps by @baszalmstra in #4523
  • Collect errors with pixi global install and uninstall by @Hofer-Julian in #4565
  • Check for missing channels in solve_pixi by @lucascolley in #4580

New Contributors

  • @mbrobbel made their first contribution in #4534

Download pixi 0.55.0

File Platform Checksum
pixi-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
pixi-x86_64-apple-darwin.tar.gz Intel macOS checksum
pixi-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
pixi-aarch64-pc-windows-msvc.msi ARM64 Windows checksum
pixi-x86_64-pc-windows-msvc.zip x64 Windows checksum
pixi-x86_64-pc-windows-msvc.msi x64 Windows checksum
pixi-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
pixi-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

View the full release notes at https://github.com/prefix-dev/pixi/releases/tag/v0.55.0.


@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Sep 15, 2025
@github-actions
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Sep 15, 2025
@BrewTestBot BrewTestBot added this pull request to the merge queue Sep 15, 2025
Merged via the queue into main with commit f33f2ca Sep 15, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-pixi-0.55.0 branch September 15, 2025 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants