diff --git a/afwf_fts_anything/_version.py b/afwf_fts_anything/_version.py index 1f7d7bc..2b2206f 100644 --- a/afwf_fts_anything/_version.py +++ b/afwf_fts_anything/_version.py @@ -1,4 +1,4 @@ -__version__ = "1.1.1" +__version__ = "1.2.1" if __name__ == "__main__": # pragma: no cover print(__version__) diff --git a/release-history.rst b/release-history.rst index 1a8acdf..8cc374b 100644 --- a/release-history.rst +++ b/release-history.rst @@ -15,6 +15,17 @@ Backlog **Miscellaneous** +1.2.1 (2024-01-02) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +**Features and Improvements** + +- Add ``ngram_words`` index type. It tokenizes the text into words before index. It is more accurate than ``ngram`` if you have delimiter in your text. + +**Minor Improvements** + +- Fix a bug that it also open the url even it is not a valid url item. + + 1.1.1 (2023-04-03) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ **Features and Improvements**