- Changed how `typenames` handles type annotations that include `typing.Annotated` or `typing_extensions.Annotated`. ([PR 8](https://github.com/jayqi/typenames/pull/8), [Issue #7](https://github.com/jayqi/typenames/issues/7))
- Added `include_extras` configuration option to `typenames` to control whether `Annotated` and metadata should be shown.
- By default, `include_extras` is `False`, and `Annotated` and extra metadata will _not_ be rendered.