From 611b2a78505ecdb5123069f27c297fba55ff224f Mon Sep 17 00:00:00 2001 From: Matt Bachmann Date: Tue, 25 Jun 2024 18:47:47 -0400 Subject: [PATCH] Version 9.1.0 --- CHANGELOG | 8 ++++++-- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 56929e05..5b31a5e2 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 1717b976..9c0a22e4 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"