What's Changed
-
init
now supports--script
and--lib
to generate a script or library project. #738 -
Fixed
rye config --show-path
abort with an error. #706 -
Bumped
ruff
to 0.2.2. #700 -
Prevent
rye toolchain remove
from removing the currently active toolchain. #693 -
Sync latest PyPy releases. #683
-
Fixes an issue where when
uv
is enabled,add
did not honor custom sources. #720 -
When
uv
is enabled, rye will now automatically sync onadd
andremove
. #677 -
Rename
rye tools list
flags:-i, --include-scripts
to-s, --include-scripts
and-v, --version-show
to-v, --include-version
. #722
New Contributors
- @homeworkprod made their first contribution in #724
- @gunungpw made their first contribution in #732
- @hynek made their first contribution in #739
Full Changelog: 0.25.0...0.26.0