- Adds `python3.11` support - Now, only `coverage7` is officially supported - We can now omit whole modules, using `[tool.coverage.coverage_conditional_plugin.omit]` feature in TOML configuration files
0.8.0
Features
- Bump `coverage` to `7.0`
0.7.0
Features
- Use `importlib` instead of `pkg_resources` to get package version
0.6.0
Features
- Drop `python3.6` support - Adds `tests/` and `test_project/` to `sdist` distributions
Misc
- Upgrades `poetry` to `1.2`
0.5.0
Features
- `python3.10` support - `coverage6` support
0.4.0
Features
- `python3.9` support
Bugfixes
- Fixes that `packaging` restriction was too tight