Skip to content

Choose a tag to compare

@v-priya-kinthali v-priya-kinthali released this 29 Aug 13:57
· 84 commits to main since this release
f677139

What's Changed

Bug fixes:

  • Add .zip extension to Windows package downloads for Expand-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

Full Changelog: v5...v5.2.0