[See changelog](https://mit-ll-responsible-ai.github.io/hydra-zen/changes.html#changelog)
What's Changed
* Doc improvements by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/427
* Fix some flaky CI stuff and pyright tests by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/446
* Drop support for hydra-core < 1.2.0. Improve `zen` to return dataclasses and stdlib containers over omegaconf objects by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/448
* `just` no longer produces frozen dataclass instances by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/459
* Add `flat_target` setting to `builds` by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/455
* make config resolution configurable in zen by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/460
* Security: Publish to PyPI using Trusted Publisher by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/461
* add annotations to intro docs and link hydra-store in at-a-glance by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/464
* disable hypothesis deadline in CI by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/465
* fix typos and point people to ref docs aggressively by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/466
* Fix broken build caused by upstream bug in typing-extensions 4.6.0 by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/483
* update pypi publish workflow by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/484
* Remove failing test due to upstream bug by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/486
* Update `builds` signature inspection for python 3.11.4 change by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/497
* Add support for numpy 1.25.0 by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/498
* Pin pydantic < 2.0 by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/500
* Drop support for python 3.7 by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/502
* v0.10.2: Fix pyright's failure to handle `make_custom_builds_fn` by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/503
* Update test link in CONTRIBUTING.md by nukularrr in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/505
New Contributors
* nukularrr made their first contribution in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/505
**Full Changelog**: https://github.com/mit-ll-responsible-ai/hydra-zen/compare/v0.10.0...v0.11.0