Skip to content

Commit 4317261

Browse files
committed
Version 9.6.0
1 parent b478eae commit 4317261

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
07/16/2025 v9.6.0
2+
3+
* Fixes issue when sending markdown reports to stdout. Thanks @kingbuzzman! [PR 516](https://github.com/Bachmann1234/diff_cover/pull/516)
4+
* Support for github annotations! Thanks @timkrins [PR 432](https://github.com/Bachmann1234/diff_cover/pull/432)
5+
16
07/09/2025 v9.5.0
27

38
* Adds clang-format quality check (Thanks @mg-cloud) [PR 511](https://github.com/Bachmann1234/diff_cover/pull/511)

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.5.0"
3+
version = "9.6.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)