Skip to content

Commit 6a3fec7

Browse files
committed
Increment to v0.20.3
1 parent a789df9 commit 6a3fec7

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Revision history for Perl extension PGXN::API
22

3+
0.20.3
4+
35
0.20.2 2024-03-14T23:04:19Z
46
- Fixed symlinks extracted from Zip files and permission errors when
57
re-indexing distributions.

lib/PGXN/API.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use File::Spec::Functions qw(catfile catdir);
77
use URI::Template;
88
use JSON;
99
use namespace::autoclean;
10-
our $VERSION = v0.20.2;
10+
our $VERSION = v0.20.3;
1111

1212
=head1 Name
1313

lib/PGXN/API/Indexer.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use Lucy::Index::Indexer;
2121
use Try::Tiny;
2222
use Archive::Zip qw(AZ_OK);
2323
use namespace::autoclean;
24-
our $VERSION = v0.20.2;
24+
our $VERSION = v0.20.3;
2525

2626
has verbose => (is => 'rw', isa => 'Int', default => 0);
2727
has _index_it => (is => 'rw', isa => 'Bool', default => 1);

lib/PGXN/API/Router.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use Plack::Request;
1313
use Encode;
1414
use File::Spec::Functions qw(catdir);
1515
use namespace::autoclean;
16-
our $VERSION = v0.20.2;
16+
our $VERSION = v0.20.3;
1717

1818
sub app {
1919
my ($class, %params) = @_;

lib/PGXN/API/Sync.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use Archive::Zip qw(:ERROR_CODES);
1414
use constant WIN32 => $^O eq 'MSWin32';
1515
use Moose::Util::TypeConstraints;
1616
use namespace::autoclean;
17-
our $VERSION = v0.20.2;
17+
our $VERSION = v0.20.3;
1818

1919
subtype Executable => as 'Str', where {
2020
my $exe = $_;

0 commit comments

Comments
 (0)