Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.16.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index acd90b2..0860f19 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Changelog for Catmandu-PICA
 
 {{$NEXT}}
+
+1.16 2023-08-11T07:06:23Z
   - Add Fix: pica_update (#82)
 
 1.15 2023-08-09T19:03:38Z
  • Loading branch information
nichtich committed Aug 11, 2023
1 parent 1630486 commit 906be81
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 18 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Changelog for Catmandu-PICA

{{$NEXT}}

1.16 2023-08-11T07:06:23Z
- Add Fix: pica_update (#82)

1.15 2023-08-09T19:03:38Z
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"web" : "https://github.com/gbv/Catmandu-PICA"
}
},
"version" : "1.15",
"version" : "1.16",
"x_contributors" : [
"Carsten Klee <[email protected]>",
"E. Choroba <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ introduction into Catmandu.
- [Catmandu::Fix::Bind::pica\_each](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3ABind%3A%3Apica_each)
- [Catmandu::Fix::Bind::pica\_diff](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3ABind%3A%3Apica_diff)
- [Catmandu::Fix::Condition::pica\_match](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3ACondition%3A%3Apica_match)
- [Catmandu::Fix::pica\_update](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_update)
- [Catmandu::Fix::pica\_add](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_add)
- [Catmandu::Fix::pica\_set](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_set)
- [Catmandu::Importer::PICA](https://metacpan.org/pod/Catmandu%3A%3AImporter%3A%3APICA)
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Exporter/PICA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Catmandu::Sane;
use PICA::Data qw(pica_writer);
use Moo;

our $VERSION = '1.15';
our $VERSION = '1.16';

with 'Catmandu::Exporter';

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/Bind/pica_diff.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::Fix::Bind::pica_diff;

our $VERSION = '1.15';
our $VERSION = '1.16';

use Moo;
use Catmandu::Sane;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/Bind/pica_each.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::Fix::Bind::pica_each;

our $VERSION = '1.15';
our $VERSION = '1.16';

use Moo;
use Catmandu::Sane;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/Condition/pica_match.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::Fix::Condition::pica_match;

our $VERSION = '1.15';
our $VERSION = '1.16';

use Catmandu::Sane;
use Catmandu::Fix::pica_map;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/pica_add.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Fix::pica_add;

use Catmandu::Sane;

our $VERSION = '1.15';
our $VERSION = '1.16';

use Moo;
use Catmandu::Util::Path qw(as_path);
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/pica_keep.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Fix::pica_keep;

use Catmandu::Sane;

our $VERSION = '1.15';
our $VERSION = '1.16';

use Moo;
use Catmandu::Fix::Has;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/pica_map.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::Fix::pica_map;

our $VERSION = '1.15';
our $VERSION = '1.16';

use Catmandu::Sane;
use Moo;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/pica_occurrence.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Fix::pica_occurrence;

use Catmandu::Sane;

our $VERSION = '1.15';
our $VERSION = '1.16';

use Moo;
use Catmandu::Fix::Has;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/pica_remove.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Fix::pica_remove;

use Catmandu::Sane;

our $VERSION = '1.15';
our $VERSION = '1.16';

use Moo;
use Catmandu::Fix::Has;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/pica_set.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Fix::pica_set;

use Catmandu::Sane;

our $VERSION = '1.15';
our $VERSION = '1.16';

use Moo;
use Catmandu::Util::Path qw(as_path);
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/pica_tag.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Fix::pica_tag;

use Catmandu::Sane;

our $VERSION = '1.15';
our $VERSION = '1.16';

use Moo;
use Catmandu::Fix::Has;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/pica_update.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Fix::pica_update;

use Catmandu::Sane;

our $VERSION = '1.15';
our $VERSION = '1.16';

use Moo;
use Catmandu::Fix::Has;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Importer/PICA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Importer::PICA;
use strict;
use warnings;

our $VERSION = '1.15';
our $VERSION = '1.16';

use Catmandu::Sane;
use PICA::Data qw(pica_parser);
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Importer/SRU/Parser/picaxml.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::Importer::SRU::Parser::picaxml;

our $VERSION = '1.15';
our $VERSION = '1.16';

use Moo;
use PICA::Parser::XML;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Importer/SRU/Parser/ppxml.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::Importer::SRU::Parser::ppxml;

our $VERSION = '1.15';
our $VERSION = '1.16';

use Moo;
use PICA::Parser::PPXML;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/PICA.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::PICA;

our $VERSION = '1.15';
our $VERSION = '1.16';

1;
__END__
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Validator/PICA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use Catmandu::Util qw(:io :is :check);
use PICA::Schema;
use Moo;

our $VERSION = '1.15';
our $VERSION = '1.16';

with qw(Catmandu::Validator);

Expand Down

0 comments on commit 906be81

Please sign in to comment.