From 3b247fd968da75b7acf03ba4b93f306bdfd72c7e Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Thu, 19 Aug 2021 10:12:30 +0900 Subject: [PATCH] Version bump --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f7a17560..62348d521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +Tantivy 0.16 +========================= +- Bugfix in the filesum check. (@evanxg852000) #1127 +- Bugfix in positions when the index is sorted by a field. (@appaquet) #1125 + Tantivy 0.15.3 ========================= - Major bugfix. Deleting documents was broken when the index was sorted by a field. (@appaquet, @fulmicoton) #1101 diff --git a/Cargo.toml b/Cargo.toml index 19e28fb6e..13b6db7d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.16.0-dev" +version = "0.16.0" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"]