github astral-sh/rye 0.20.0

latest releases: 0.39.0, 0.38.0, 0.37.0...
7 months ago

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 versions 7.3.0 is used. #554

  • Added rye fmt and rye 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

Don't miss a new rye release

NewReleases is sending notifications on new releases.