Skip to content

Commit

Permalink
Update Lindera to 0.27.0 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuka authored Jul 11, 2023
1 parent 2ebda3a commit 268f6ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"] }
Expand Down

0 comments on commit 268f6ce

Please sign in to comment.