From b840935216c7c0a39175d5404ef140b0e39ab6ea Mon Sep 17 00:00:00 2001 From: Minoru Osuka Date: Mon, 4 Apr 2022 23:56:21 +0900 Subject: [PATCH] Update lindera to 0.12.5 (#44) * Bump to 0.12.4 * Update CHANGES.md --- CHANGES.md | 3 +++ Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 063ebaf..fb244be 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.12.4 (2022-04-04) +- Update lindera to 0.12.5 #44 @mosuka + ## 0.12.3 (2022-04-04) - Update lindera to 0.12.4 #43 @mosuka diff --git a/Cargo.toml b/Cargo.toml index 141363b..7d9b2f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lindera-tantivy" -version = "0.12.3" +version = "0.12.4" edition = "2021" description = "Lindera Tokenizer for Tantivy." documentation = "https://docs.rs/lindera-tantivy" @@ -22,7 +22,7 @@ cc-cedict = ["lindera/cc-cedict"] # Chinese dictionary [dependencies] tantivy = "0.17" -lindera = "0.12.4" +lindera = "0.12.5" [dev-dependencies] criterion = "0.3"