Skip to content

Releases: eifinger/setup-rye

v2.4.0 🌈 add known checksums for 0.30.0

19 Mar 22:11
dd3f5b7
Compare
Choose a tag to compare

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

11 Mar 13:59
e623ce8
Compare
Choose a tag to compare

Changes

🚀 Enhancements

  • chore: add known checksums for 0.29.0 @github-actions (#203)

v2.2.0 🌈 Add known checksums for rye 0.28.0

07 Mar 13:06
f95450b
Compare
Choose a tag to compare

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

04 Mar 19:26
0e520e1
Compare
Choose a tag to compare

Changes

Install rye into a stable path and keep it there. Backup user specific settings present before the run on self hosted runners. Restore them after the run. This way runs will not interfere with each other.

🐛 Bug fixes

v2.1.0 🌈 Save API calls to avoid triggering the rate limit

04 Mar 11:25
8305fed
Compare
Choose a tag to compare

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

  • Do not get all available versions when using latest @eifinger (#197)

📚 Documentation

v2.0.0 🌈 RYE_HOME is now located in the parent of the repository root

03 Mar 20:33
9dddc34
Compare
Choose a tag to compare

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

  • The cache will always be saved, even if the workflow failed @eifinger (#194)

🐛 Bug fixes

  • Move RYE_HOME from workspace home to runner home @eifinger (#194)

v1.17.0 🌈 Even more speed with caches

01 Mar 22:42
ad84597
Compare
Choose a tag to compare

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

01 Mar 08:18
1877640
Compare
Choose a tag to compare

Changes

This will invalidate all caches because v1.16.1 does not work with old caches but fails with hard to understand errors.

🐛 Bug fixes

v1.16.1 🌈 Always set RYE_HOME

29 Feb 21:49
aad0cd7
Compare
Choose a tag to compare

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)

v1.16.0 🌈 Add known checksums for rye 0.27.0

26 Feb 17:18
59abfac
Compare
Choose a tag to compare

Changes

🚀 Enhancements

  • Add known checksums for rye 0.27.0 @github-actions (#184)

📚 Documentation

⬆️ Dependency updates

  • chore(deps-dev): bump eslint from 8.56.0 to 8.57.0 @dependabot (#183)
  • chore(deps-dev): bump @types/node from 20.11.19 to 20.11.20 @dependabot (#178)