From 17914f38c6df6373c6648b36453998076d3439ce Mon Sep 17 00:00:00 2001 From: Matt Bachmann Date: Fri, 13 Dec 2024 17:20:10 -0500 Subject: [PATCH] Version 9.2.1 --- CHANGELOG | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 18e9fcb..83efe70 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +12/13/2024 v9.2.1 + +* Adds python 3.13 support [PR #427](https://github.com/Bachmann1234/diff_cover/pull/427) Thanks @ssbarnea +* Drops python 3.8 support + 09/07/2024 v9.2.0 * adds expand-coverage-report to options. This helps with ensures the tool contains lines that may have been missed due to how things reported in the original report [PR 416](https://github.com/Bachmann1234/diff_cover/pull/416) diff --git a/pyproject.toml b/pyproject.toml index 789e44b..830e079 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diff_cover" -version = "9.2.0" +version = "9.2.1" description = "Run coverage and linting reports on diffs" authors = ["See Contributors"] homepage = "https://github.com/Bachmann1234/diff-cover"