0.20.0
What's Changed
-
Improved the error message when an update could not be performed because files
are in use. #550 -
Rye now supports virtual projects. These are themselves not installed into the
virtualenv but their dependencies are. #551 -
Update the Python internals (python external dependencies) to new versions. #553
-
Update to newer versions of pip tools. For Python 3.7
6.14.0
is used, for
new Python versions7.3.0
is used. #554 -
Added
rye fmt
andrye lint
commands to format and lint with
the help of Ruff. #555 -
Restore cursor state on Ctrl-C. This fixes some issues where in rare cases the
cursor would disappear even after shutting down rye. #564 -
Upon installation Rye now prompts if global shims should be enabled. #566
-
Add a warning about bugs to the
shell
command until the behavior has been
fixed. #567
New Contributors
Full Changelog: 0.19.0...0.20.0