diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a166c2143..f63bfbdacf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +Tantivy 0.18.1 +================================ +- Hotfix: positions computation. #1629 (@fmassot, @fulmicoton, @PSeitz) + Tantivy 0.18 ================================ - For date values `chrono` has been replaced with `time` (@uklotzde) #1304 : diff --git a/Cargo.toml b/Cargo.toml index 4899dd119d..3a452f124c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.18.0" +version = "0.18.1" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"]