What's Changed
* Improve README by SamDudley in https://github.com/SamDudley/neat-html/pull/28
* Improve type hints by SamDudley in https://github.com/SamDudley/neat-html/pull/29
- `h` now raises `TypeError` when an invalid number of arguments are passed (previously raised `ValueError`)
- upgrade all dev dependencies
- remove all use of `Any`
- change `h` type hints to be superset of overloads
- add `HtmlChild` type alias
- add `HtmlChildren` type alias
- remove `ElementOrString` type alias
- remove `Children` type alias
- replace `SupportsStr` with `object`
- remove `SupportsStr` protocol
- remove `HtmlAttributeValue` type alias
* Increment project version to 0.6.0 by SamDudley in https://github.com/SamDudley/neat-html/pull/30
**Full Changelog**: https://github.com/SamDudley/neat-html/compare/v0.5.0...v0.6.0