Skip to content

0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 20:01
· 477 commits to main since this release

What's Changed

  • Added a new config key default.author to configure the default author
    that should be set. This overrides the default author that is normally
    loaded from the git config. #377

  • When importing with rye init and no src folder exists, it will not be
    crated. #375

  • Added support for shell command on Windows. #363

  • Pin down pip to an older version to avoid issues with an incompatible
    pip-tools version. This does not yet update pip-tools to 7.0 as there
    are significant regressions in 7.x. #374

  • The version command can show dynamic versions now. #355

  • rye add now properly checks some incompatible argument combinations. #347

  • There is now more toolchain validation. This better supports cases where
    rye was interrupted during sync. #351

New Contributors

Full Changelog: 0.10.0...0.11.0