0.29.0 - 2024-09-04
✨ Highlights
- Add build-isolation options, for more details check out our docs
- Allow to use virtual package overrides from environment variables (PR)
- Many bug fixes
Added
-
Add release script by @Hofer-Julian in #1971
Changed
-
Use rustls-tls instead of native-tls per default by @Hofer-Julian in #1929
-
Better error for when the target or platform are missing by @tdejager in #1959
-
Improve integration tests by @Hofer-Julian in #1958
-
Improve release script by @Hofer-Julian in #1974
Fixed
-
Update env variables in installation docs by @lev112 in #1937
-
Always overwrite when pixi adding the dependency by @ruben-arts in #1935
-
pixi init
forpyproject.toml
by @Hofer-Julian in #1947 -
Use two in memory indexes, for resolve and builds by @tdejager in #1969
Refactor
- Improve integration tests by @Hofer-Julian in #1942