- Improve method documentation and autocomplete support (172, 173, 176)
**Fixed**
- Remove lingering undocumented ``offset`` on ``Instant`` - Fix incorrect ``LocalDateTime.difference`` return type annotation
0.6.9
------------------
- Clarify DST-related error messages (169)
0.6.8
------------------
- Fix object deallocation bug that caused a crash in rare cases (167)
0.6.7
------------------
- Add Python 3.13 binary wheels, now that its ABI is stable - Small improvements to import speed
0.6.6
------------------
- Fix potential memory leak in ``.now()`` if ``time-machine`` is used
0.6.5
------------------
- ``from_timestamp`` now also accepts floats, to ease porting code from ``datetime`` (159) - Fixed incorrect fractional seconds when parsing negative values in ``from_timestamp`` methods. - Fix some places where ``ValueError`` was raised instead of ``TypeError``