Skip to content

v4.25.0

Choose a tag to compare

@BrianPugh BrianPugh released this 06 Sep 15:20
· 14 commits to main since this release
4998b14

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

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

Full Changelog: v4.24.0...v4.25.0