Skip to content

Commit

Permalink
0.02
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfranck committed Aug 22, 2024
1 parent 1992044 commit 7afed79
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ my %module_build_args = (
"=over 4"
],
"dist_name" => "Catmandu-Store-OpenSearch",
"dist_version" => "0.01",
"dist_version" => "0.02",
"license" => "perl",
"module_name" => "Catmandu::Store::OpenSearch",
"recommends" => {
Expand Down
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Catmandu::Store::OpenSearch

{{$NEXT}}

0.02 2024-08-22 16:56:56 CEST
- forgot to include search argument size=$limit

0.01 2024-07-03 09:23:10 CEST
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Store/OpenSearch.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::Store::OpenSearch;

our $VERSION = '0.01';
our $VERSION = '0.02';

use Catmandu::Sane;
use Catmandu::Util qw(:is);
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Store/OpenSearch/Bag.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Store::OpenSearch::Bag;

use Catmandu::Sane;

our $VERSION = '0.01';
our $VERSION = '0.02';

use Catmandu::Hits;
use Cpanel::JSON::XS qw(encode_json decode_json);
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Store/OpenSearch/CQL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Store::OpenSearch::CQL;

use Catmandu::Sane;

our $VERSION = '0.01';
our $VERSION = '0.02';

use Catmandu::Util qw(require_package trim);
use CQL::Parser;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Store/OpenSearch/Searcher.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::Store::OpenSearch::Searcher;

our $VERSION = '0.01';
our $VERSION = '0.02';

use Catmandu::Sane;
use Moo;
Expand Down

0 comments on commit 7afed79

Please sign in to comment.