This release:
- Improves hydra-zen's [automatic type refinement](https://mit-ll-responsible-ai.github.io/hydra-zen/structured_configs.html#automatic-type-refinement). See 84 for details
- Cleans up the namespace of `hydra_zen.typing`. See 85 for details
**Compatibility-Breaking Changes**
- The protocol ``hydra_zen.typing.DataClass`` is no longer available in the public namespace, as it is not intended for public use. To continue using this protocol, you can import it from ``hydra_zen.typing._implementations``, but note that it is potentially subject to future changes or removal.