github prefix-dev/pixi v0.23.0
v0.23.0 - 2024-05-13

latest releases: v0.30.0, v0.29.0, v0.28.2...
3 months ago

✨ Highlights

  • This release adds two new commands pixi config and pixi update
    • pixi config allows you to edit, set, unset, append, prepend and list your local/global or system configuration.
    • pixi update re-solves the full lockfile or use pixi update PACKAGE to only update PACKAGE, making sure your project is using the latest versions that the manifest allows for.

📃 Details

Added

  • Add pixi config command by @chawyehsu in #1339
  • Add pixi list --explicit flag command by @jjjermiah in #1403
  • Add [activation.env] table for environment variables by @ruben-arts in #1156
  • Allow installing multiple envs, including --all at once by @tdejager in #1413
  • Add pixi update command to re-solve the lockfile by @baszalmstra in #1431 (fixes 20 👍)
  • Add detached-environments to the config, move environments outside the project folder by @ruben-arts in #1381 (fixes 11 👍)

Changed

Documentation

Fixed

Refactor

New Contributors

Full commit history

Don't miss a new pixi release

NewReleases is sending notifications on new releases.