From 268f6ce4f4465244e1c988f87af0797b1ee01acd Mon Sep 17 00:00:00 2001 From: Minoru Osuka Date: Tue, 11 Jul 2023 23:50:01 +0900 Subject: [PATCH] Update Lindera to 0.27.0 (#80) --- CHANGES.md | 5 ++++- Cargo.toml | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a9ecd27..9dbd367 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,8 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 0.27.0 (2023-07-10) +- Update Lindera to 0.27.0 #80 @mosuka + ## 0.25.1 (2023-06-27) -- Use tokenizer api crate. #78 @ massot +- 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 dd436a2..8931689 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lindera-tantivy" -version = "0.25.1" +version = "0.27.0" edition = "2021" description = "Lindera Tokenizer for Tantivy." documentation = "https://docs.rs/lindera-tantivy" @@ -25,9 +25,9 @@ cc-cedict-compress = ["lindera-tokenizer/cc-cedict-compress"] [dependencies] tantivy-tokenizer-api = "0.1.1" -lindera-core = "0.25.0" -lindera-dictionary = "0.25.0" -lindera-tokenizer = "0.25.0" +lindera-core = "0.27.0" +lindera-dictionary = "0.27.0" +lindera-tokenizer = "0.27.0" [dev-dependencies] criterion = { version = "0.5.1", features = ["html_reports"] }