Skip to content

Releases: astral-sh/rye

0.2.0

23 May 22:01
Compare
Choose a tag to compare

What's Changed

  • Resolved a bug where on Windows hitting the shift key (or some other keys)
    in confirm prompts would cause an error.
  • The installer on Windows now warns if symlinks are not enabled and directs
    the user to enable developer mode. The --version output now also
    shows if symlinks are available. #205
  • Support auto fix requires-python when there is a conflict. #160
  • Added support for custom indexes. #199
  • rye add no longer complains when a local version information is
    in the version. #199

Full Changelog: 0.1.2...0.2.0

Discussion: https://github.com/mitsuhiko/rye/discussions/208

0.1.2

22 May 08:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.1.2

0.1.1

18 May 10:46
Compare
Choose a tag to compare

This is a bugfix release that addresses issues with the new installer.

  • The installer on windows will now ask for a key to be pressed so it does not close the window without information. #183
  • Fixed an issue on macOS where the installer would die with "os error 24" when directly piped to bash. #184

Full Changelog: 0.1.0...0.1.1

0.1.0

17 May 13:45
Compare
Choose a tag to compare

This is the initial release of rye that comes with binaries. If you have installed rye by other means before, please uninstall it first by running cargo uninstall rye and then follow the new installation instructions.

Please provide feedback if this installation works for you in the issues.

Full Changelog: https://github.com/mitsuhiko/rye/commits/0.1.0