From 06a241400503a8e59d5973452328855402399ddb Mon Sep 17 00:00:00 2001 From: Minoru OSUKA Date: Sat, 2 Dec 2023 20:54:30 +0900 Subject: [PATCH 1/2] Bump up version to 0.27.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b659a7b..49ebedc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lindera-tantivy" -version = "0.27.0" +version = "0.27.1" edition = "2021" description = "Lindera Tokenizer for Tantivy." documentation = "https://docs.rs/lindera-tantivy" From b468fe70aced4df0a42be2bdd284b56235b4fc06 Mon Sep 17 00:00:00 2001 From: Minoru OSUKA Date: Sat, 2 Dec 2023 20:57:19 +0900 Subject: [PATCH 2/2] Update CHANGES.md --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 9dbd367..f257b4d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 0.27.1 (2023-12-02) +- Bump up version to 0.27.1 #83 @mosuka +- Update tantivy #82 @mosuka + ## 0.27.0 (2023-07-10) - Update Lindera to 0.27.0 #80 @mosuka