From 2091a7b31656911598a8adcabf988b4dd0c5616d Mon Sep 17 00:00:00 2001 From: Minoru Osuka Date: Sat, 2 Dec 2023 21:03:48 +0900 Subject: [PATCH] Bump up version to 0.27.1 (#83) * Bump up version to 0.27.1 * Update CHANGES.md --- CHANGES.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 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"