Skip to content

Commit d099b8d

Browse files
committed
Version 9.7.0
1 parent 4f0e3a0 commit d099b8d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
09/23/2025 v9.7.0
2+
3+
* Adds the work @kingbuzzman did to support windows!
4+
* Fixes a bug where deleted files were not benig handled properly (thanks @CliveCorbishleyTAL
5+
)
6+
* Adds a mypy driver for diff_quality (thanks @YeeaaahMan)
7+
* Fixes ruff >=0.12.9 support (thanks again @YeeaaahMan)
8+
9+
Some internal items
10+
11+
* Fixing various pilint errors in the codebase (thanks again @kingbuzzman)
12+
* Moves flake8 config into pyproject (Thanks @kingbuzzman)
13+
* CI test performance improvements (thanks @kingbuzzman)
14+
115
07/16/2025 v9.6.0
216

317
* Fixes issue when sending markdown reports to stdout. Thanks @kingbuzzman! [PR 516](https://github.com/Bachmann1234/diff_cover/pull/516)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "diff_cover"
3-
version = "9.6.0"
3+
version = "9.7.0"
44
description = "Run coverage and linting reports on diffs"
55
authors = ["See Contributors"]
66
homepage = "https://github.com/Bachmann1234/diff-cover"

0 commit comments

Comments
 (0)