- Fixed incorrect extra dependency for typer ([32](https://github.com/ryanking13/auditwheel-emscripten/pull/32))
0.0.15
Fixed
- Support Pyodide>=0.26.0 wheels that has "pyodide" platform tag. ([31](https://github.com/ryanking13/auditwheel-emscripten/pull/31))
0.0.14
Changed
- Changed the behavior of the `repair` command. It does not update `needed` section anymore and only copies the shared libraries to the wheel. Also, `copy` command is deprecated in favor of `repair`. ([25](https://github.com/ryanking13/auditwheel-emscripten/pull/25))
- Added license file to the distribution. ([10](https://github.com/ryanking13/auditwheel-emscripten/pull/10))
0.0.11
Added
- Added `--show-type` option to `exports` and `imports` command, which will show the type of the functions in the output. ([9](https://github.com/ryanking13/auditwheel-emscripten/pull/9))