Skip to content

Commit 3fdb5f4

Browse files
committed
Version 9.0.0
1 parent 411c5ff commit 3fdb5f4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
01/20/2023 v8.0.3
22

3+
* 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
4+
5+
01/20/2023 v8.0.3
6+
37
* 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!
48

59
12/16/2023 v8.0.2

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 = "8.0.3"
3+
version = "9.0.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)