Skip to content

Commit 611b2a7

Browse files
committed
Version 9.1.0
1 parent 838ffd1 commit 611b2a7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Diff for: CHANGELOG

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
01/20/2023 v8.0.3
1+
06/25/2024 v9.1.0
2+
3+
* Adds the ability to pass in a diff rather than use git to create one. Thanks @Jsostmann [PR 410](https://github.com/Bachmann1234/diff_cover/pull/410)
4+
5+
04/14/2024 v9.0.0
26

37
* Adds line numbers to the markdown snippets (and error indicators). Bumped major version as the format of the report changed in a significant way in this change (Thanks @walles!) [PR 399](https://github.com/Bachmann1234/diff_cover/pull/399)
48

5-
01/20/2023 v8.0.3
9+
01/20/2024 v8.0.3
610

711
* Fixes paths not being properly normalized when accessing the diff violations. Potentially fixing issues with users using diff quality in windows. [#388](https://github.com/Bachmann1234/diff_cover/pull/388) Thanks @mrcool4 for the PR!
812

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "diff_cover"
3-
version = "9.0.0"
3+
version = "9.1.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)