From 8960c085b9d5e5b56bc3513e928c402356dedb09 Mon Sep 17 00:00:00 2001 From: Matt Bachmann Date: Sat, 14 Oct 2023 19:43:04 -0400 Subject: [PATCH] Version 7.7.1 --- CHANGELOG | 7 ++++++- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f86c6b6c..884fa43e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,9 @@ -07/12/2023 v7.6.1 +10/14/2023 v7.7.1 + +* Declares python 3.12 support (no code changes required)A +* Various dependabot dependency updates + +07/14/2023 v7.7.0 * Adds the --include option from diff-quality to diff cover. Thanks @cameronbrill [PR 355](https://github.com/Bachmann1234/diff_cover/pull/355) diff --git a/pyproject.toml b/pyproject.toml index aa2f125d..331f5e86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diff_cover" -version = "7.7.0" +version = "7.7.1" description = "Run coverage and linting reports on diffs" authors = ["See Contributors"] homepage = "https://github.com/Bachmann1234/diff-cover"