From 5da8b67c9cf846acc50c0fd20178992191c36604 Mon Sep 17 00:00:00 2001 From: Minoru Osuka Date: Fri, 1 Apr 2022 22:02:50 +0900 Subject: [PATCH] Update Lindera to 0.12.2 (#42) * Update Lindera to 0.12.2 * 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 acd7107..d765e4f 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.2 (2022-04-01) +- Update Lindera to 0.12.2 #42 @mosuka + ## 0.12.0 (2022-03-17) - Update Lindera to 0.12.0 #41 @mosuka diff --git a/Cargo.toml b/Cargo.toml index 0902576..b13f10f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lindera-tantivy" -version = "0.12.0" +version = "0.12.2" 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.0" +lindera = "0.12.2" [dev-dependencies] criterion = "0.3"