New Contributors
- @dhruvmanila made their first contribution in #728
- @vfazio made their first contribution in #801
- @matthewshaer made their first contribution in #807
Fixed
- Fix parse error message for number parsing by @zzl0 in #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 #751 - Fix docstring of
FullRepoManager
by @MapleCCC in #750 - Fix bug when
TypeOf
is one of options inOneOf
/AllOf
by @MapleCCC in #756 - Tighten the metadata type of
ExpressionContextProvider
by @MapleCCC in #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 #771
Added
- Python 3.11 rutime support
- Raise informative exception when metadata is unresolved in a metadata-based match by @MapleCCC in #757
- Add AccessorProvider by @matthewshaer in #807
Full Changelog: v0.4.7...v0.4.8