New Features
- Django Ninja is now py.typed
- Router `auth` and `tags` 61 73 ([docs](https://django-ninja.rest-framework.com/tutorial/routers/#router-authentication))
- [include_in_schema](https://django-ninja.rest-framework.com/tutorial/operation_params/#includeexclude-operation-from-schemadocs) argument to hide operation from schema (110)
- [Reverse-able url names.](https://django-ninja.rest-framework.com/tutorial/operation_params/#url_name) 66
Changes:
- if auth returns a result that can be treated as `False` - authentication is not successful (before only `None` treated as not-authenticated)
- Consistent error message schema (81)