Skip to content

Releases: astral-sh/rye

0.3.0

27 May 11:47
Compare
Choose a tag to compare

What's Changed

  • Support retrieving username and repository-url from credentials if not
    provided for the publish command. #217

  • The installer now validates the availability of shared libraries
    on Linux with ldd and emits an error with additional information
    if necessary shared libraries are missing. #220

  • It's now possible to configure http and https proxies. #215

  • If a package is not found because it only has matching pre-releases,
    a warning is now printed to tell the user to pass --pre. #218

  • Add --username parameter for rye publish. #211

  • The shims are now more resilient. Previously a pyproject.toml file
    caused in all cases a virtualenv to be created. Now this will only
    happen when the rye.tool.managed flag is set to true. The old
    behavior can be forced via the global config. #212

Full Changelog: 0.2.0...0.3.0

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