Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jul 7, 2024
1 parent 30c9ac6 commit 3b4f3d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

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

## [0.64] - 2024-07-07

### Added

* Include parse error message in output (thanks @renderorange)

## [0.63] - 2021-05-25

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/XML/Feed.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use Module::Pluggable search_path => "XML::Feed::Format",
require => 1,
sub_name => 'formatters';

our $VERSION = '0.63';
our $VERSION = '0.64';
our $MULTIPLE_ENCLOSURES = 0;
our @formatters;
BEGIN {
Expand Down

0 comments on commit 3b4f3d1

Please sign in to comment.