v0.20.1 - 2024-04-26
β¨ Highlights
- Big improvements on the pypi-editable installs.
π Details
Fixed
- Editable non-satisfiable by @baszalmstra in #1251
- Satisfiability with pypi extras by @baszalmstra in #1253
- Change global install activation script permission from 0o744 -> 0o755 by @zen-xu in #1250
- Avoid creating Empty TOML tables by @olivier-lacroix in #1270
- Uses the special-case uv path handling for both built and source by @tdejager in #1263
- Modify test before attempting to write to .bash_profile in install.sh by @bruchim-cisco in #1267
- Parse properly 'default' as environment Cli argument by @olivier-lacroix in #1247
- Apply
schema.json
normalization, add to docs by @bollwyvl in #1265 - Improve absolute path satisfiability by @tdejager in #1252
- Improve parse deno error and make task a required field in the cli by @ruben-arts in #1260