Skip to content

Commit c630ed7

Browse files
committed
Bump to 1.000004 for release to CPAN
1 parent 4385af6 commit c630ed7

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Revision history for Test2-Harness-Renderer-JUnit
22

3+
1.000004 2021-05-13 - Todd Rinaldo
4+
- Don't fail the whole run when you see a duplicate test. Just ammend the failure message.
5+
- Update CI test suite.
6+
37
1.000003 2020-10-19 - Todd Rinaldo
48
- Fix missing deps introduced in 1.02
59

lib/Test2/Harness/Renderer/JUnit.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use 5.010000;
55
use strict;
66
use warnings;
77

8-
our $VERSION = '1.000003';
8+
our $VERSION = '1.000004';
99

1010
# This is used frequently during development to determine what different events look like so we can determine how to capture test data.
1111
use Data::Dumper;

0 commit comments

Comments
 (0)