Skip to content

Commit

Permalink
Update Changes and Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Apr 18, 2021
1 parent 5c77d35 commit acce22d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
Revision history for DateTime-Format-XSD

0.4 - 2021-04-18

[Release Official Version]

- TBD Update Changes and Increment version

0.3 - 2021-04-06

[New Maintainer TIMLEGGE]

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

- TBD Update Changes and Increment version
- 5c77d35 Update Changes and Increment version
- 97198c5 Remove braces to silence perl critic
- f68bd32 Update packaging to Dist::Zilla
- cbf2667 Initial import DateTime::Format::XSD version 0.2
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ my %WriteMakefileArgs = (
"TEST_REQUIRES" => {
"Test::More" => 0
},
"VERSION" => "0.3",
"VERSION" => "0.4",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/DateTime/Format/XSD.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package DateTime::Format::XSD;
use strict;
use warnings;
use base qw(DateTime::Format::ISO8601);
our $VERSION = '0.3';
our $VERSION = '0.4';

sub format_datetime {
my ($format, $date) = @_;
Expand Down

0 comments on commit acce22d

Please sign in to comment.