v4.25.0
Features
- Interactive shell no longer exits on Ctrl-C or malformed input by @BrianPugh in #925
- Report unbalanced quotes as a TokenizationError instead of a raw ValueError by @BrianPugh in #926
Bug Fixes
- fix(docs): render root default_command params/usage in RST (Sphinx) by @BrianPugh in #924
Docs
- Fix link formatting in Sphinx to be blue even in code blocks by @relativityspace-jsmith in #922
Internal
- ci: fix pre-commit cache key so hook environments are actually reused by @BrianPugh in #928
- ci: make codecov statuses informational (non-blocking) by @BrianPugh in #930
- ci: speed up CI ~40% by parallelizing lint/type-check/docs and caching setup by @BrianPugh in #931
- Remove low-value restatement comments by @BrianPugh in #929
New Contributors
- @relativityspace-jsmith made their first contribution in #922
Full Changelog: v4.24.0...v4.25.0