What's Changed
-
rye sync
andrye lock
now accept--pyproject
. #296 -
Added JSON output to
rye toolchain list
by adding--format=json
. #306 -
rye version
can bump version by--bump
option now. #298 -
Fixed members not handled correctly in workspaces. #300
-
Add
--clean
forbuild
command. #297 -
Fixed an issue where pip was not invoked from the right working directory
causing issues for workspace installations. #292 -
rye init
now accepts--private
to set thePrivate :: Do Not Upload
classifier
that prevents uploads to PyPI. #291
New Contributors
Full Changelog: 0.6.0...0.7.0