Skip to content

Commit

Permalink
Update lindera to 0.8.1 (#26)
Browse files Browse the repository at this point in the history
* Update lindera to 0.8.1
  • Loading branch information
mosuka authored Nov 13, 2021
1 parent 1ce6244 commit e2b52f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.1 (2021-11-13)
- Update lindera to 0.8.1 #26 @mosuka
- Update tantivy requirement from 0.15 to 0.16 #25

## 0.8.0 (2021-08-22)
- Bump up version to 0.8.0. #23 @mosuka
- Update Lindera to 0.8 and Tantivy to 0.15. #22 @mosuka
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lindera-tantivy"
version = "0.8.0"
version = "0.8.1"
authors = [
"Minoru Osuka <[email protected]>",
"@ken0x0a",
Expand All @@ -19,5 +19,5 @@ license = "MIT"
[dependencies]
tantivy = "0.16"

lindera = "0.8.0"
lindera-core = "0.8.0"
lindera = "0.8.1"
lindera-core = "0.8.1"
1 change: 1 addition & 0 deletions examples/basic_example.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ fn main() -> tantivy::Result<()> {
let config = TokenizerConfig {
dict_path: None,
user_dict_path: None,
user_dict_bin_path: None,
mode: Mode::Decompose(Penalty::default()),
};

Expand Down

0 comments on commit e2b52f1

Please sign in to comment.