Skip to content

Releases: eifinger/setup-rye

v4.2.7 🌈 update default version to 0.42.0

22 Oct 06:13
ab2421b
Compare
Choose a tag to compare

Changes

🐛 Bug fixes

  • chore: update default version to 0.42.0 @github-actions (#347)

v4.2.6 🌈 update default version to 0.41.0

29 Sep 20:21
cba39b6
Compare
Choose a tag to compare

Changes

🐛 Bug fixes

  • chore: update default version to 0.41.0 @github-actions (#345)

v4.2.5 🌈 update default version to 0.40.0

25 Sep 14:04
b910382
Compare
Choose a tag to compare

Changes

🐛 Bug fixes

  • chore: update default version to 0.40.0 @github-actions (#343)

⬆️ Dependency updates

  • chore(deps-dev): bump @types/node from 20.14.9 to 22.7.0 @dependabot (#342)

v4.2.4 🌈 do not use unsupported tool chain versions

17 Sep 10:32
9a8a6ba
Compare
Choose a tag to compare

Changes

🐛 Bug fixes

📚 Documentation

⬆️ Dependency updates

  • chore(deps): bump peter-evans/create-pull-request from 6.1.0 to 7.0.2 @dependabot (#335)

v4.2.3 🌈 update default version to 0.39.0

21 Aug 07:47
a64bd42
Compare
Choose a tag to compare

Changes

🐛 Bug fixes

  • chore: update default version to 0.39.0 @github-actions (#322)

v4.2.2 🌈 update default version to 0.38.0

02 Aug 06:42
77afcf3
Compare
Choose a tag to compare

Changes

🐛 Bug fixes

  • chore: update default version to 0.38.0 @github-actions (#315)

v4.2.1 🌈 update default version to 0.37.0

20 Jul 21:14
d4c3ac7
Compare
Choose a tag to compare

Changes

🐛 Bug fixes

  • chore: update default version to 0.37.0 @github-actions (#306)

📚 Documentation

v4.2.0 🌈 Automatic RYE_TOOLCHAIN_VERSION

13 Jul 11:52
baa2600
Compare
Choose a tag to compare

This release will look for your .python-version file to determine what toolchain version to install e.g. cpython@3.12.3.
This will prevent installing the default toolchain of the rye release and later installing another toolchain when calling rye sync.

tl;dr: This release makes runs on GitHub hosted runners 2-3s faster 🚤

Changes

🚀 Enhancements

v4.1.0 🌈 Windows support 🪟

12 Jul 17:45
f406a0a
Compare
Choose a tag to compare

Thanks to the first community contribution we now also support Windows runners.

Thank you @he0119 !

Changes

🚀 Enhancements

v4.0.2 🌈 Prevent Post setup-rye taking forever

08 Jul 14:37
095fbb0
Compare
Choose a tag to compare

Changes

🐛 Bug fixes

  • Explicitly exit after this action runs to not wait for hanging promises @eifinger (#294)