See [changelog](https://mit-ll-responsible-ai.github.io/hydra-zen/changes.html#v0-7-0) for descriptive summary.
What's Changed
* Improve type annotations by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/244
* reorg: move `make_config` implementation to its own file by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/245
* Internal code reorg by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/246
* Fix overloads by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/247
* Add missing overloads for `make_custom_builds_fn` by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/248
* Remove unnecessary type: ignore comment by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/249
* Update partial stub by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/251
* Update docs dependecies by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/252
* Extend the functionality of `just` to work with all Hydra/hydra-zen supported types by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/250
* Update README.md by rlbellaire in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/254
* Update README.md by rlbellaire in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/255
* Fix failing pyright 1.1.236 by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/258
* `to_yaml` and `save_yaml` now reflect hydra-zen's extended type support by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/259
* fix instantiate overloads for Any by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/260
* Enable nested container types for omegaconf 2.2.0 by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/261
* Enable native support for `bytes` for omegaconf 2.2.0 by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/262
* Deprecates `builds_bases` via `make_custom_builds` by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/263
* Adds `hydra_defaults` to `builds` and `make_config` by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/264
* Fix overly-permissive annotation: nested tuples by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/267
* Fix `builds(<class_method>)` derived via inheritance by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/266
* speedup common cases of sanitized_default_value by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/268
* remove redundant tests by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/270
* Update CI by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/271
* Updates to `launch` by jgbos in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/272
* Adds `version_base` to `launch` by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/273
**Full Changelog**: https://github.com/mit-ll-responsible-ai/hydra-zen/compare/v0.6.0...v0.7.0