Added
* Distribute source (.tar.gz) on PyPI in addition to built wheels
Changed
* **Breaking change**: The first argument of `align_delayed_signal_with_reference`, is now `reference_length` (int) instead of `reference_signal` (NDArray[np.float32])
* Target numpy 2.x instead of 1.x. If you still depend on numpy 1.x, you need an older version of fast-align-audio.
Removed
* Remove support for Python 3.8
* Remove musllinux from the build matrix