From 3581d1b28c0bc7f6a6d60412bdf74949375e9457 Mon Sep 17 00:00:00 2001 From: Naufan Rizal Date: Fri, 10 Jan 2025 14:08:43 +1300 Subject: [PATCH] Update changelog for v1.3.1 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92a047a..497a8ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.3.1 - 2025-01-10 +- Fix issue where non-RSpec runners would terminate when attempting to split by example, as splitting by example is only supported in RSpec. + ## 1.3.0 - 2024-12-20 - Add skipped tests to the test report. - Add support for muted tests in job retry.