diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c745e5..172f9e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: CI +name: ๐Ÿงช CI on: push: branches: ['*'] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65a0883..ce4385e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Release +name: ๐Ÿš€ Release on: push: tags: [v*] diff --git a/Changes b/Changes index f7c3955..5bd9748 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Perl extension PGXN-API-Searcher. +0.11.1 + 0.11.0 2024-02-06T23:37:09Z - Converted the version from a v-string to a string to make ExtUtils::MakeMaker happy. diff --git a/README.md b/README.md index 98e8200..c41dc25 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -PGXN/API/Searcher v0.11.0 -========================= +PGXN/API/Searcher +================= This library's module, PGXN::API::Searcher, provides an interface to the PGXN::API search engine index. You *must* have direct access to the index, diff --git a/lib/PGXN/API/Searcher.pm b/lib/PGXN/API/Searcher.pm index bceefce..87ad62a 100644 --- a/lib/PGXN/API/Searcher.pm +++ b/lib/PGXN/API/Searcher.pm @@ -8,7 +8,7 @@ use Lucy::Search::IndexSearcher; use Lucy::Highlight::Highlighter; use Carp; -our $VERSION = 'v0.11.0'; +our $VERSION = 'v0.11.1'; sub new { my ($class, $path) = @_;