Added - Aarch64 wheels built from GitHub Actions and deployed to PyPI ([245](https://github.com/fastobo/fastobo-py/issues/245)).
0.10.2
Changed - Bumped `pyo3` dependency to `v0.14.1`. Fixed - `fastobo.iter` erroneously wrapping `SyntaxError` raised in the header into a `TypeError`.
0.10.1
Changed - Bumped `fastobo` dependency to `v0.13.1`. Fixed - Curly braces not being properly escaped when writing unquoted strings.
0.10.0
Added - `__hash__` implementation to `fastobo.id.BaseIdent` subclasses. - `__init__` method to classes missing one in `fastobo.header`. Changed - Bumped `pyo3` dependency to `v0.13.2`. - Bumped `fastobo` dependency to `v0.13.0`. Fixed - Broken `__repr__` implementation for some types. Removed - `unsafe` blocks in derive macros implementation of `IntoPyObject` for OBO clauses. - Support for Python 3.5. - `fastobo.id.IdentPrefix` and `fastobo.id.IdentLocal` classes.
0.9.3
Fixed - `setup.py` crashing when compiling from source on a platform with stable Rust as the default toolchain ([182](https://github.com/fastobo/fastobo-py/pull/182), thanks to [alexhenrie](https://github.com/alexhenrie)).