What's Changed
-
Improved the error message if
config
is invoked without arguments. #660 -
When
uv
is enabled,rye add
now usesuv
instead ofunearth
internally. #667 -
The installer now has slightly better wording for what the shims are doing. #669
-
uv
can now also be enabled on windows. #675 -
Removed the unsupported and un-used
arch
parameter fromfetch
. #681 -
Fixed the
-q
parameter not working for theinit
command. #686 -
rye tools list
shows broken tools if the toolchain was removed. #692 -
Configure the ruff cache directory to be located within the workspace root. #689
-
Use default toolchain to install tools. #666
-
rye --version
now shows ifuv
is enabled. #699
New Contributors
- @matthiask made their first contribution in #661
- @dnlbauer made their first contribution in #679
- @loicleyendecker made their first contribution in #666
Full Changelog: 0.24.0...0.25.0