What's Changed
-
Incorporate new Python builds. #535
-
Disable revocation checks on windows to support corporate MITM proxies. #537
-
Detect when a virtualenv relocates and automatically re-create it on sync. #538
-
Added
lock --with-sources
,sync --with-sources
and the newrye.tool.lock-with-sources
config. Passing this will ensure that source references are included in the
lock files. #540 -
When using global python shims, the
.python-version
file is now correctly
picked up in all cases. #541 -
Added a helpful message if someone attempts to run the non existing
rye list
command. At a later point there should be a real listing command that can print
out the dependencies. Today the only option is the--installed-deps
option on
theshow
command which spits out dependencies in the format of the lockfile. #543 -
The installer will no longer attempt to symlink targets which are not valid
executables on the platform. This works around some issues with Packages that
would prevent to install such aschangedetection.io
. #542
New Contributors
Full Changelog: 0.17.0...0.18.0