0.16.0
Breaking Changes📦 typerView on GitHub →
⚠ 1 breaking✨ 1 features🔧 1 symbols
Summary
This release adds Click 8.2 compatibility and removes the now‑unnecessary `mix_stderr` flag from `CliRunner`, along with internal cleanup.
⚠️ Breaking Changes
- The `mix_stderr` parameter on `CliRunner` has been removed; code that passes `mix_stderr=True` will raise a TypeError. Remove the argument to fix.
Migration Steps
- Remove any `mix_stderr=True` arguments when instantiating or calling `CliRunner`.
✨ New Features
- Added compatibility with Click 8.2, allowing use of newer Click versions without extra configuration.
🔧 Affected Symbols
CliRunner