Skip to content

Commit

Permalink
Increment to v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Feb 7, 2024
1 parent 87b388a commit 4a42dcf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: 🧪 CI
on:
push:
branches: ['*']
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: 🚀 Release
on:
push:
tags: [v*]
Expand Down
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion 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.11.0';
our $VERSION = 'v0.11.1';

sub new {
my ($class, $path) = @_;
Expand Down

0 comments on commit 4a42dcf

Please sign in to comment.