Skip to content

v0.29.1

Compare
Choose a tag to compare
@ryanking13 ryanking13 released this 27 Nov 11:56
· 18 commits to main since this release
4a82b7f

version 0.29.1 – 2024/11/27

Added

  • Add skip_emscripten_version_check flag and SKIP_EMSCRIPTEN_VERSION_CHECK environment
    variable to skip emscripten version check.
    #53
  • Set the EM_PKG_CONFIG_PATH environment variable used by emscripten/pkg-config to discover dependencies
    #52

Changed

  • Source tar files are now extracted with python's data filter
    #52

  • The pyodide build command will now raise an error if the local Python version has been changed,
    after the cross-build environment has been set up.
    #62

PRs that made it into this release

  • Add option to skip emscripten version check by @ryanking13 in #53
  • Properly parse the content disposition filename by @juntyr in #46
  • Validate Python version when initializing xbuildenv by @ryanking13 in #62
  • Set EM_PKG_CONFIG_PATH to correctly configure pkg-config by @swnf in #52

New Contributors

Full Changelog: v0.29.0...v0.29.1