New Contributors
* dhruvmanila made their first contribution in https://github.com/Instagram/LibCST/pull/728
* vfazio made their first contribution in https://github.com/Instagram/LibCST/pull/801
* matthewshaer made their first contribution in https://github.com/Instagram/LibCST/pull/807
Fixed
* Fix parse error message for number parsing by zzl0 in https://github.com/Instagram/LibCST/pull/724
* Fix problematic doc build, due to the new builder image provided by readthedocs doesn't has the `graphviz-dev` package pre-installed any more by MapleCCC in https://github.com/Instagram/LibCST/pull/751
* Fix docstring of `FullRepoManager` by MapleCCC in https://github.com/Instagram/LibCST/pull/750
* Fix bug when `TypeOf` is one of options in `OneOf` / `AllOf` by MapleCCC in https://github.com/Instagram/LibCST/pull/756
* Tighten the metadata type of `ExpressionContextProvider` by MapleCCC in https://github.com/Instagram/LibCST/pull/760
* Fix the bug that the use of formatter in codemods has undetermined target Python version, resulting in hard-to-reason-with behavior by MapleCCC in https://github.com/Instagram/LibCST/pull/771
Added
* Python 3.11 rutime support
* test using python 3.11 beta versions by zsol in https://github.com/Instagram/LibCST/pull/723
* Python 3.11 wheels by vfazio in https://github.com/Instagram/LibCST/pull/801
* Raise informative exception when metadata is unresolved in a metadata-based match by MapleCCC in https://github.com/Instagram/LibCST/pull/757
* Add AccessorProvider by matthewshaer in https://github.com/Instagram/LibCST/pull/807
**Full Changelog**: https://github.com/Instagram/LibCST/compare/v0.4.7...v0.4.8