Skip to content

Releases: prefix-dev/pixi

v0.2.0

22 Aug 17:37
b2c17ee
Compare
Choose a tag to compare

Highlights

  • Added pixi search command to search for packages, by @Wackyator. (#244)
  • Added target specific tasks, eg. [target.win-64.tasks], by @ruben-arts. (#269)

Details

Fixed

Added

v0.1.0

11 Aug 14:44
6fcd570
Compare
Choose a tag to compare

As this is our first Semantic Versioning release, we'll change from the prototype to the developing phase, as semver describes.
A 0.x release could be anything from a new major feature to a breaking change where the 0.0.x releases will be bugfixes or small improvements.

Highlights

Details

Fixed

  • Only add shebang to activation scripts on unix platforms, by @baszalmstra. (#250)
  • Use official crates.io releases for all dependencies, by @baszalmstra. (#252)

v0.0.8

01 Aug 14:25
f10081b
Compare
Choose a tag to compare

Highlights

Details

Added

Fixed

  • Add trailing newline to pixi.toml and .gitignore, by @pavelzw. (#216)
  • Deny unknown fields and rename license-file in pixi.toml, by @wolfv. (#220)
  • Overwrite PS1 variable when going into a pixi shell, by @ruben-arts. (#201)

Changed

New Contributors

Full Changelog: v0.0.7...v0.0.8

v0.0.7

11 Jul 12:58
a815990
Compare
Choose a tag to compare

Highlights

  • Transitioned the run subcommand to use the deno_task_shell for improved cross-platform functionality. More details in the Deno Task Runner documentation.
  • Added an info subcommand to retrieve system-specific information understood by pixi.

BREAKING CHANGES

  • [commands] in the pixi.toml is now called [tasks]. (#177)

Details

Added

Fixed

v0.0.6

30 Jun 13:23
010bd06
Compare
Choose a tag to compare

Highlights

Improving the reliability is important to us, so we added an integration testing framework, we can now test as close as possible to the CLI level using cargo.

Details

Added

  • An integration test harness, to test as close as possible to the user experience but in rust. (#138, #140, #156)
  • Add different levels of dependencies in preparation for pixi build, allowing host- and build- dependencies (#149)

Fixed

  • Use correct folder name on pixi init (#144)
  • Fix windows cli installer (#152)
  • Fix global install path variable (#147)
  • Fix macOS binary notarization (#153)

v0.0.5

26 Jun 13:29
27b7a52
Compare
Choose a tag to compare

Quick fix

  • Fixing Windows installer build in CI. (#145)

Full Changelog: v0.0.4...v0.0.5

v0.0.4

26 Jun 12:22
8e4302e
Compare
Choose a tag to compare

Highlights

A new command, auth which can be used to authenticate the host of the package channels.
A new command, shell which can be used to start a shell in the pixi environment of a project.
A refactor of the install command which is changed to global install and the install command now installs a pixi project if you run it in the directory.
Platform specific dependencies using [target.linux-64.dependencies] instead of [dependencies] in the pixi.toml

Lots and lots of fixes and improvements to make it easier to use and less error-prone, where bumping to the new version of rattler helped a lot.

Details

Added

  • Platform specific dependencies and helpfull error reporting on pixi.toml issues(#111)
  • Windows installer, which is very useful for users that want to start using pixi on windows. (#114)
  • shell command to use the pixi environment without pixi run. (#116)
  • Verbosity options using -v, -vv, -vvv (#118)
  • auth command to be able to login or logout of a host like repo.prefix.dev if you're using private channels. (#120)
  • New examples: CPP sdl: #121, Opencv camera calibration #125
  • Apple binary signing and notarization. (#137)

Changed

  • pixi install moved to pixi global install and pixi install became the installation of a project using the pixi.toml (#124)

Fixed

v0.0.3

16 Jun 15:06
Compare
Choose a tag to compare
fix: lock file

v0.0.2

13 Jun 06:46
b3c1334
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.0.1

09 Jun 08:06
a83be28
Compare
Choose a tag to compare
feat: add pixi (#65)