From 0928597a43e790a2421594d665eac116fde69bcb Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Thu, 20 Oct 2022 10:32:14 +0900 Subject: [PATCH] Bumping version --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a166c214..f63bfbdac 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 4899dd119..3a452f124 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"]