Skip to content

Commit

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

diff --git a/Changes b/Changes
index fcd56fa..51f1b04 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Perl extension Groonga-HTTP
 
 {{$NEXT}}
 
+1.07 2022-07-04T07:48:55Z
+
     - Add support for "post_filter" as the argument of "select".
 
 1.06 2022-06-23T09:10:54Z
  • Loading branch information
komainu8 committed Jul 4, 2022
1 parent d6a244a commit 6728a99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Revision history for Perl extension Groonga-HTTP

{{$NEXT}}

1.07 2022-07-04T07:48:55Z

- Add support for "post_filter" as the argument of "select".

1.06 2022-06-23T09:10:54Z
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"web" : "https://github.com/groonga/Groonga-HTTP"
}
},
"version" : "1.06",
"version" : "1.07",
"x_serialization_backend" : "JSON::PP version 4.06",
"x_static_install" : 1
}
2 changes: 1 addition & 1 deletion lib/Groonga/HTTP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use Groonga::Commands::Select;
use strict;
use warnings;

our $VERSION = "1.06";
our $VERSION = "1.07";

my $host = '127.0.0.1';
my $port = 10041;
Expand Down

0 comments on commit 6728a99

Please sign in to comment.