Skip to content

v0.75.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jul 13:43
Immutable release. Only release title and notes can be modified.
3cf61a8

[0.75.0] - 2026-07-29

✨ Highlights

pixi publish now publishes every workspace package that opts in in dependency order. It also refuses to publish anything if a necessary source dependencies didn't opt into being published.

[package]
name = "cpp_math"
publish = true

Offline solves now only consider conda packages you already have, either in the package cache or on a local file:// channel.

That means that you can run pixi update --offline and it will resolve with the packages you have local on your machine.

Completion is now generated from the CLI itself, so environment, platform, feature, and task names complete on every option that takes one, in bash, zsh, fish, and nushell.

As usual we also fixed a couple of bugs.

Added

Changed

  • Report the assumed platform per environment by @hunger in #6508
  • Reuse cached artifacts for immutable sources when the cache dir is gone by @Hofer-Julian in #6699

Documentation

Fixed

Removed