Skip to content

Commit 48d5d6d

Browse files
committed
Version 9.4.0
1 parent 5435b85 commit 48d5d6d

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
06/22/2025 v9.4.0
2+
3+
* Many improvements to internal structure, dependencies, and tests. (Thanks @kingbuzzman)
4+
* [PR 491](https://github.com/Bachmann1234/diff_cover/pull/491)
5+
* [PR 492](https://github.com/Bachmann1234/diff_cover/pull/492)
6+
* [PR 494](https://github.com/Bachmann1234/diff_cover/pull/494)
7+
* [PR 495](https://github.com/Bachmann1234/diff_cover/pull/495)
8+
* [PR 496](https://github.com/Bachmann1234/diff_cover/pull/496)
9+
* [PR 497](https://github.com/Bachmann1234/diff_cover/pull/497)
10+
* [PR 498](https://github.com/Bachmann1234/diff_cover/pull/498)
11+
* [PR 501](https://github.com/Bachmann1234/diff_cover/pull/501)
12+
* [PR 502](https://github.com/Bachmann1234/diff_cover/pull/502)
13+
14+
* You can now use stdout and stderr when using --format [PR 500](https://github.com/Bachmann1234/diff_cover/pull/500) (Thanks @kingbuzzman)
15+
16+
* Significant enhancements to LCOV parsing! [PR 493](https://github.com/Bachmann1234/diff_cover/pull/493) (Thanks @129tyc)
17+
18+
19+
120
06/01/2025 v9.3.2
221

322
* Fix --format with paths containing colons. [PR 484](https://github.com/Bachmann1234/diff_cover/pull/484) thanks @tkukushkin

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.3.2"
3+
version = "9.4.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)