From 0d3da1b12fde8468d7159b579276ac316f41535e Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 25 Feb 2021 15:04:21 -0800 Subject: [PATCH] Version bump to 4.4.3 [skip ci] --- CHANGELOG.md | 2 +- README.md | 4 ++-- lib/searchkick/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bfbd35..100ad39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 4.4.3 (unreleased) +## 4.4.3 (2020-02-25) - Added support for Hunspell - Fixed warning about accessing system indices diff --git a/README.md b/README.md index 72c07c7..b7ef4ea 100644 --- a/README.md +++ b/README.md @@ -311,7 +311,7 @@ class Product < ApplicationRecord end ``` -See the [list of stemmers](https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-stemmer-tokenfilter.html). A few languages require plugins: +See the [list of languages](https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-stemmer-tokenfilter.html). A few languages require plugins: - `chinese` - [analysis-ik plugin](https://github.com/medcl/elasticsearch-analysis-ik) - `chinese2` - [analysis-smartcn plugin](https://www.elastic.co/guide/en/elasticsearch/plugins/7.4/analysis-smartcn.html) @@ -322,7 +322,7 @@ See the [list of stemmers](https://www.elastic.co/guide/en/elasticsearch/referen - `ukrainian` - [analysis-ukrainian plugin](https://www.elastic.co/guide/en/elasticsearch/plugins/7.4/analysis-ukrainian.html) - `vietnamese` - [analysis-vietnamese plugin](https://github.com/duydo/elasticsearch-analysis-vietnamese) -You can also use a Hunspell dictionary for stemming. [master] +You can also use a Hunspell dictionary for stemming. ```ruby class Product < ApplicationRecord diff --git a/lib/searchkick/version.rb b/lib/searchkick/version.rb index 64f9de0..d926906 100644 --- a/lib/searchkick/version.rb +++ b/lib/searchkick/version.rb @@ -1,3 +1,3 @@ module Searchkick - VERSION = "4.4.2" + VERSION = "4.4.3" end -- libgit2 0.21.0