- Instead of targeting any Python web framework, make ``rororo`` support only ``aiohttp.web`` applications - Build the library around the OpenAPI 3 schema support for ``aiohttp.web`` applications - As result entirely remove ``rororo.schemas`` package from the project
1.2.1
==================
- Publish 1.2.1 release
1.2.1a1
--------------------
- chore: Introduce ``pre-commit`` hooks - chore: Use ``pytest`` for tests - chore: Use ``black`` for code formatting
1.2.1a0
--------------------
- fix: Do not yet depend on ``jsonschema>=3.0.0`` - chore: Move ``tox.ini`` content into ``pyproject.toml`` - chore: Only use poetry for install project deps for tests & lint
1.2.0
==================
- Publish 1.2.0 release
1.2.0a1
--------------------
- Make all project packages `PEP-561 <https://www.python.org/dev/peps/pep-0561/>`_ compatible