Skip to content

0.22.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Feb 22:38
· 275 commits to main since this release

What's Changed

  • Virtual envs managed by Rye will now by default be marked to not sync to
    known cloud storage systems (Dropbox and iCloud). #589

  • Fixed a bug where pip-tools sometimes did not get initialized. #596

  • Rye now prefers installed toolchains over newer latest toolchains unless
    a precise pin is used. #598

  • Removed the non functional shell command. #602

  • Upgraded internal unearth dependency which resolved an issue where
    rye add tensorflow would not work. #614

  • The installer now supports RYE_TOOLCHAIN_VERSION. #606

  • rye init will no longer create packages with leading digits. #616

  • Rye now statically links vcruntime on Windows which no longer requires
    the vs redist to be installed. #622

  • rye show now prints out which sources are configured for a project. #631

New Contributors

Full Changelog: 0.21.0...0.22.0