From 2ebda3a67f96ead9a5bae28ff3a5783830eb6e29 Mon Sep 17 00:00:00 2001 From: Minoru Osuka Date: Tue, 27 Jun 2023 10:35:59 +0900 Subject: [PATCH] Bump up versino (#79) --- AUTHORS | 1 + CHANGES.md | 3 +++ Cargo.toml | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index a8615e4..fcf64bb 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,3 +3,4 @@ Minoru Osuka @ken0x0a Jun Ohtani Koichi Akabe +François Massot diff --git a/CHANGES.md b/CHANGES.md index c388796..a9ecd27 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 0.25.1 (2023-06-27) +- Use tokenizer api crate. #78 @ massot + ## 0.25.0 (2023-06-19) - Update dependencies #77 @mosuka diff --git a/Cargo.toml b/Cargo.toml index 93bd293..dd436a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lindera-tantivy" -version = "0.25.0" +version = "0.25.1" edition = "2021" description = "Lindera Tokenizer for Tantivy." documentation = "https://docs.rs/lindera-tantivy" @@ -12,7 +12,7 @@ categories = ["text-processing"] license = "MIT" [features] -default = [] # Japanese dictionary +default = [] ipadic = ["lindera-tokenizer/ipadic"] # Japanese dictionary unidic = ["lindera-tokenizer/unidic"] # Japanese dictionary ko-dic = ["lindera-tokenizer/ko-dic"] # Korean dictionary