------------------- - Added `lazy_interleave()` function
0.2.2
------------------- - Support Python 3.11, 3.12, and 3.13 - Migrated from setuptools to hatch - Drop support for Python 3.7
0.2.1
------------------- - When an iterator raises an exception, the final traceback will no longer include an internal `EndOfInputError`
0.2.0
------------------- - Added an `Interleaver.get(block, timeout)` method - Made the `Interleaver` constructor public and added `submit(iterator)` and `finalize()` methods
0.1.1
------------------- - Remove `typing-extensions` as a runtime dependency