Skip to content

Commit 7afed79

Browse files
committed
0.02
1 parent 1992044 commit 7afed79

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

Build.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ my %module_build_args = (
1818
"=over 4"
1919
],
2020
"dist_name" => "Catmandu-Store-OpenSearch",
21-
"dist_version" => "0.01",
21+
"dist_version" => "0.02",
2222
"license" => "perl",
2323
"module_name" => "Catmandu::Store::OpenSearch",
2424
"recommends" => {

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Revision history for Catmandu::Store::OpenSearch
22

33
{{$NEXT}}
4+
5+
0.02 2024-08-22 16:56:56 CEST
46
- forgot to include search argument size=$limit
57

68
0.01 2024-07-03 09:23:10 CEST

lib/Catmandu/Store/OpenSearch.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package Catmandu::Store::OpenSearch;
22

3-
our $VERSION = '0.01';
3+
our $VERSION = '0.02';
44

55
use Catmandu::Sane;
66
use Catmandu::Util qw(:is);

lib/Catmandu/Store/OpenSearch/Bag.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Catmandu::Store::OpenSearch::Bag;
22

33
use Catmandu::Sane;
44

5-
our $VERSION = '0.01';
5+
our $VERSION = '0.02';
66

77
use Catmandu::Hits;
88
use Cpanel::JSON::XS qw(encode_json decode_json);

lib/Catmandu/Store/OpenSearch/CQL.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Catmandu::Store::OpenSearch::CQL;
22

33
use Catmandu::Sane;
44

5-
our $VERSION = '0.01';
5+
our $VERSION = '0.02';
66

77
use Catmandu::Util qw(require_package trim);
88
use CQL::Parser;

lib/Catmandu/Store/OpenSearch/Searcher.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package Catmandu::Store::OpenSearch::Searcher;
22

3-
our $VERSION = '0.01';
3+
our $VERSION = '0.02';
44

55
use Catmandu::Sane;
66
use Moo;

0 commit comments

Comments
 (0)