0.19.0
What's Changed
-
Improved the behavior of
rye fetch
. When invoked without arguments it will now try to
fetch the version of the requested Python interpreter. Specifically this combining
pin
andfetch
work in a much simplified manner. #545 -
Fixed an issue where
rye init
would pin a much too specific version in the.python-version
file that is generated. #545 -
On Windows the
PATH
is now automatically adjusted on install and uninstall. This means that
manually adding the rye folder to the search path is no longer necessary. #483 -
Fixed a regression in 0.18 that caused the
add
command to fail. #547
New Contributors
Full Changelog: 0.17.0...0.19.0