Skip to content

Commit

Permalink
Increment to 0.11.0 and timestamp for release
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Feb 6, 2024
1 parent 7e163e2 commit 87b388a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Revision history for Perl extension PGXN-API-Searcher.

0.10.3
0.11.0 2024-02-06T23:37:09Z
- Converted the version from a v-string to a string to make
ExtUtils::MakeMaker happy.
- No longer recommend the installation of Pod-testing modules.
- Removed all Pod tests from the distribution.
- Modernized the build configuration to separate test prerequisites
from build prerequisites.
- Fixed old links, email address, typos.

0.10.2 2013-06-05T06:53:22Z
- Updated GitHub URLs to point to `/pgxn/` rather than `/theory/`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PGXN/API/Searcher v0.10.3
PGXN/API/Searcher v0.11.0
=========================

This library's module, PGXN::API::Searcher, provides an interface to the
Expand Down
6 changes: 3 additions & 3 deletions lib/PGXN/API/Searcher.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Lucy::Search::IndexSearcher;
use Lucy::Highlight::Highlighter;
use Carp;

our $VERSION = 'v0.10.3';
our $VERSION = 'v0.11.0';

sub new {
my ($class, $path) = @_;
Expand Down Expand Up @@ -413,7 +413,7 @@ L<GitHub Issues|https://github.com/pgxn/pgxn-api-searcher/issues/>.
=over
=item L<PGXN::Manager>
=item L<PGXN::Manager|https://github.com/pgxn/pgxn-manager>
The heart of any PGXN network, PGXN::Manager manages distribution uploads and
mirror maintenance. You'll want to look at it if you plan to build your own
Expand All @@ -440,7 +440,7 @@ PGXN::API::Searcher to manage C</search> HTTP requests.
=head1 Author
David E. Wheeler <david.wheeler@pgexperts.com>
David E. Wheeler <david@justatheory.com>
=head1 Copyright and License
Expand Down

0 comments on commit 87b388a

Please sign in to comment.