Releases: eifinger/setup-rye
v2.5.0 🌈 Add known checksums for 0.31.0
Changes
🚀 Enhancements
- chore: add known checksums for 0.31.0 @github-actions (#213)
⬆️ Dependency updates
- chore(deps-dev): bump @types/node from 20.11.25 to 20.11.30 @dependabot (#211)
- chore(deps-dev): bump typescript from 5.4.2 to 5.4.3 @dependabot (#212)
v2.4.0 🌈 add known checksums for 0.30.0
Changes
🚀 Enhancements
- chore: add known checksums for 0.30.0 @github-actions (#210)
⬆️ Dependency updates
- chore(deps): bump peter-evans/create-pull-request from 6.0.1 to 6.0.2 @dependabot (#205)
- chore(deps-dev): bump @types/node from 20.11.24 to 20.11.25 @dependabot (#199)
- chore(deps-dev): bump typescript from 5.3.3 to 5.4.2 @dependabot (#200)
v2.3.0 🌈 Add known checksums for 0.29.0
v2.2.0 🌈 Add known checksums for rye 0.28.0
Changes
Add known checksums for rye 0.28.0
🚀 Enhancements
- chore: update checksums @github-actions (#201)
v2.1.1 🌈 Reduce copy operations by using stable RYE_HOME
v2.1.0 🌈 Save API calls to avoid triggering the rate limit
Changes
The changes of this version introduce a bit of internal complexity but brings the benefit that the rate limit will be reached less often when using latest
(which is the default) as the rye version.
🚀 Enhancements
📚 Documentation
v2.0.0 🌈 RYE_HOME is now located in the parent of the repository root
Changes
RYE_HOME
(.rye
) is now located in the parent of the repository root. The previous location in the repository root confused tools like rye fmt
🚨 Breaking changes
🐛 Bug fixes
v1.17.0 🌈 Even more speed with caches
Changes
When using the cache this release will speed up runs on hosted runners because the .rye directory is now also cached.
The OS version was removed as an ingredient for constructing the cache key. This especially fixes issues with macos14 where runners alternated between version 14.3.1
and 14.2.1
. Since rye is Operating system version independent we don't need to be strict.
🐛 Bug fixes
🚀 Enhancements
⬆️ Dependency updates
- chore(deps-dev): bump eslint-plugin-github from 4.10.1 to 4.10.2 @dependabot (#191)
- chore(deps-dev): bump @types/node from 20.11.20 to 20.11.24 @dependabot (#189)
v1.16.2 🌈 Fix broken caches
v1.16.1 🌈 Always set RYE_HOME
Changes
If rye was found in the tools cache of hosted runners RYE_HOME was not set. That led to the creation of the .rye folder in the user home.
🐛 Bug fixes
⬆️ Dependency updates
- chore(deps): bump peter-evans/create-pull-request from 6.0.0 to 6.0.1 @dependabot (#185)