NOTE!
During this release, not only was the project transferred under fastapi-mvc organization. But also project template (`fastapi_mvc/generators/project/template/**`) was moved to a separate repository.
This means a lot of refactoring, cleanup, and changes in configuration, CI, URLs, etc. Even though CI checks are pretty thorough, there is a chance I could miss something that will cause a bug somewhere.
If so, feel free to raise an issue, and I'll handle it as soon as possible.
Features
* Add Nix CI workflow [141](https://github.com/fastapi-mvc/fastapi-mvc/issues/141). PR [#145](https://github.com/fastapi-mvc/fastapi-mvc/pull/145)
* Move project template to a separate repository [146](https://github.com/fastapi-mvc/fastapi-mvc/issues/146). PR [#157](https://github.com/fastapi-mvc/fastapi-mvc/pull/149)
Internal
* Migrate to Poetry 1.2.x release [21](https://github.com/fastapi-mvc/fastapi-mvc/issues/21). PR [#142](https://github.com/fastapi-mvc/fastapi-mvc/pull/142)
* Improve GH actions automation [143](https://github.com/fastapi-mvc/fastapi-mvc/issues/143). PR [#142](https://github.com/fastapi-mvc/fastapi-mvc/pull/142)
* Improve generated project cache in CI workflow [107](https://github.com/fastapi-mvc/fastapi-mvc/issues/107). PR [#142](https://github.com/fastapi-mvc/fastapi-mvc/pull/142)
* Refactor Makefile to utilize different set of targets for Nix and Poetry [144](https://github.com/fastapi-mvc/fastapi-mvc/issues/144). PR [#145](https://github.com/fastapi-mvc/fastapi-mvc/pull/145)
* Transfer project to fastapi-mvc organisation [147](https://github.com/fastapi-mvc/fastapi-mvc/issues/147). PR [#148](https://github.com/fastapi-mvc/fastapi-mvc/pull/148)