diff --git a/CHANGELOG b/CHANGELOG index 56929e0..5b31a5e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,12 @@ -01/20/2023 v8.0.3 +06/25/2024 v9.1.0 + +* 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) + +04/14/2024 v9.0.0 * 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) -01/20/2023 v8.0.3 +01/20/2024 v8.0.3 * 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! diff --git a/pyproject.toml b/pyproject.toml index 1717b97..9c0a22e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diff_cover" -version = "9.0.0" +version = "9.1.0" description = "Run coverage and linting reports on diffs" authors = ["See Contributors"] homepage = "https://github.com/Bachmann1234/diff-cover"