Skip to content

Commit acce22d

Browse files
committed
Update Changes and Increment version
1 parent 5c77d35 commit acce22d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Changes

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
Revision history for DateTime-Format-XSD
22

3+
0.4 - 2021-04-18
4+
5+
[Release Official Version]
6+
7+
- TBD Update Changes and Increment version
8+
39
0.3 - 2021-04-06
410

511
[New Maintainer TIMLEGGE]
612

713
Thanks to Daniel Ruoso for transfering maintaineship to TIMLEGGE. This
814
release just repackages the module and dumps the version.
915

10-
- TBD Update Changes and Increment version
16+
- 5c77d35 Update Changes and Increment version
1117
- 97198c5 Remove braces to silence perl critic
1218
- f68bd32 Update packaging to Dist::Zilla
1319
- cbf2667 Initial import DateTime::Format::XSD version 0.2

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ my %WriteMakefileArgs = (
2424
"TEST_REQUIRES" => {
2525
"Test::More" => 0
2626
},
27-
"VERSION" => "0.3",
27+
"VERSION" => "0.4",
2828
"test" => {
2929
"TESTS" => "t/*.t"
3030
}

lib/DateTime/Format/XSD.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package DateTime::Format::XSD;
44
use strict;
55
use warnings;
66
use base qw(DateTime::Format::ISO8601);
7-
our $VERSION = '0.3';
7+
our $VERSION = '0.4';
88

99
sub format_datetime {
1010
my ($format, $date) = @_;

0 commit comments

Comments
 (0)