Version bump

This commit is contained in:
Paul Masurel
2021-08-19 10:12:30 +09:00
parent 750f6e6479
commit 3b247fd968
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
[package]
name = "tantivy"
version = "0.16.0-dev"
version = "0.16.0"
authors = ["Paul Masurel <paul.masurel@gmail.com>"]
license = "MIT"
categories = ["database-implementations", "data-structures"]