Features
* Implement controller generator [47](https://github.com/fastapi-mvc/fastapi-mvc/issues/47). PR [#70](https://github.com/fastapi-mvc/fastapi-mvc/pull/70)
* Implement generator generator [68](https://github.com/fastapi-mvc/fastapi-mvc/issues/68). PR [#70](https://github.com/fastapi-mvc/fastapi-mvc/pull/70)
* Implement logic for loading user generators into fastapi-mvc CLI at RunTime [69](https://github.com/fastapi-mvc/fastapi-mvc/issues/69). PR [#70](https://github.com/fastapi-mvc/fastapi-mvc/pull/70)
Internal
* Implement global except hook, refactor current exceptions handling [73](https://github.com/fastapi-mvc/fastapi-mvc/issues/73). PR [#70](https://github.com/fastapi-mvc/fastapi-mvc/pull/70)
* Refactor `Invoker` class with using queue [71](https://github.com/fastapi-mvc/fastapi-mvc/issues/71). PR [#70](https://github.com/fastapi-mvc/fastapi-mvc/pull/70)
* Refactor `fastapi_mvc.commands` to be more generic [72](https://github.com/fastapi-mvc/fastapi-mvc/issues/72). PR [#70](https://github.com/fastapi-mvc/fastapi-mvc/pull/70)
* Refactor existing documentation with Sphinx [74](https://github.com/fastapi-mvc/fastapi-mvc/issues/74). PR [#83](https://github.com/fastapi-mvc/fastapi-mvc/pull/83)
* Migrate to `install-poetry.py` script prior Poetry 1.2.x release migration [87](https://github.com/fastapi-mvc/fastapi-mvc/issues/87). PR [#88](https://github.com/fastapi-mvc/fastapi-mvc/pull/88)
Fixed
* CLI `fastapi-mvc run` command doesn't distinguish whether project is installed or crashed due to error [82](https://github.com/fastapi-mvc/fastapi-mvc/issues/82). PR [#86](https://github.com/fastapi-mvc/fastapi-mvc/pull/86)
* CLI `fastapi-mvc run` command should use absolute path to poetry binary [84](https://github.com/fastapi-mvc/fastapi-mvc/issues/84). PR [#86](https://github.com/fastapi-mvc/fastapi-mvc/pull/86)