Changed - Bumped `fastobo` to `v0.8.3` to fix `Display` implementation of `fastobo::ast::IsoDateTime`.
0.7.1
Changed - Bumped `fastobo` to `v0.8.2` to fix `Display` implementation of `HeaderClause::Unreserved` variant. - Bumped `built` build-dependency to `v0.4.0`.
0.7.0
Changed - Bumped `fastobo` to `v0.8.1` to use multi-threaded parser implementation. - Added `ordered` keyword argument to top-level `fastobo` function to disable requirement to parse the document in order-preserving mode.
0.6.2
Added - Compilation of Python 3.8, PyPy 3.5 and PyPy 3.6 wheels for OSX. Fixed - Bumped `fastobo` to `v0.7.5`, which should finally support Windows style line-endings.
0.6.1
Added - Compilation of Python 3.8 wheels for Linux and Windows ([67](https://github.com/fastobo/fastobo-py/issues/67)). Fixed - `BaseTypedefClause` not being declared in `fastobo.typdef` submodule. - `fastobo.id` module performing unneeded string allocation.
0.6.0
Added - `__init__` to all classes of `fastobo.typedef`. Changed - Renamed `term` field of `fastobo.typedef.Relationship` to `target`.