New
0.40.0
What's Changed
- Remove pip-tools support; use uv for all operations by @nazq in https://github.com/astral-sh/rye/pull/1226
- Respect exclusions when generating hashes by @charliermarsh in https://github.com/astral-sh/rye/pull/1357
- List all existing tool references on
rye toolchain removeby @soof-golan in https://github.com/astral-sh/rye/pull/1346 - Fix a few regex inefficiencies by @InSyncWithFoo in https://github.com/astral-sh/rye/pull/1326
- Never modify or delete the virtualenv in
rye listby @bluss in https://github.com/astral-sh/rye/pull/1351 - Use
inspect_errovermap_errby @charliermarsh in https://github.com/astral-sh/rye/pull/1385 - Upgrade bundled Python releases by @github-actions in https://github.com/astral-sh/rye/pull/1379
- Upgrade bundled uv version to v0.4.15 by @github-actions in https://github.com/astral-sh/rye/pull/1388
- Update bundled Ruff version to v0.6.7 by @charliermarsh in https://github.com/astral-sh/rye/pull/1389
New Contributors
- @dabeeeenster made their first contribution in https://github.com/astral-sh/rye/pull/1345
- @soof-golan made their first contribution in https://github.com/astral-sh/rye/pull/1346
- @InSyncWithFoo made their first contribution in https://github.com/astral-sh/rye/pull/1326
Full Changelog: https://github.com/astral-sh/rye/compare/0.39.0...0.40.0