- Add a `--platform-tag` option to change the platform tag of a wheel
0.5.0
- Work around the fact `wheel unpack` does not preserve permissions - Avoid defensive check trigged by `wheel pack` sorting tags when reconstructing the wheel
0.4.0
- Work around a bug in `setuptools` involving really long versions when parsing `METADATA` files
0.3.0
- Add `--allow-same-version` to allow building a wheel with the same version as the old one
0.2.0
- Print filename of new wheel, swallow logs from subprocesses - Add `--delete-old-wheel` to delete the old wheel
0.1.1
- Require Python 3.9 or newer to avoid `shutil.move` issue