Skip to content

Commit 3b4f3d1

Browse files
committed
Prep for release
1 parent 30c9ac6 commit 3b4f3d1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [0.64] - 2024-07-07
8+
9+
### Added
10+
11+
* Include parse error message in output (thanks @renderorange)
12+
713
## [0.63] - 2021-05-25
814

915
### Fixed

lib/XML/Feed.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use Module::Pluggable search_path => "XML::Feed::Format",
1313
require => 1,
1414
sub_name => 'formatters';
1515

16-
our $VERSION = '0.63';
16+
our $VERSION = '0.64';
1717
our $MULTIPLE_ENCLOSURES = 0;
1818
our @formatters;
1919
BEGIN {

0 commit comments

Comments
 (0)