What's Changed
Bug fixes:
- Add
.zip
extension to Windows package downloads forExpand-Archive
Compatibility by @priyagupta108 in #916
This addresses compatibility issues on Windows self-hosted runners by ensuring that the filenames for Python and PyPy package downloads explicitly include the .zip extension, allowing the Expand-Archive command to function correctly. - Add arch to cache key by @Zxilly in #896
This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
Note: This change may break previous cache keys as they will no longer be compatible with the new format.
Documentation changes:
- Fix display of emojis in contributors doc by @sciencewhiz in #899
- Documentation update for caching poetry dependencies by @gowridurgad in #908
Dependency updates:
- Bump @iarna/toml version from 2.2.5 to 3.0.0 by @priya-kinthali in #912
- Bump pyinstaller from 3.6 to 5.13.1 by @aparnajyothi-y in #923
New Contributors
- @sciencewhiz made their first contribution in #899
- @priyagupta108 made their first contribution in #916
- @Zxilly made their first contribution in #896
- @aparnajyothi-y made their first contribution in #923
Full Changelog: v5...v5.2.0