Bounced version and edited changelog

This commit is contained in:
Paul Masurel
2021-09-10 23:05:09 +09:00
parent 3bc177e69d
commit 46b86a7976
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,8 @@
Tantivy 0.16 Tantivy 0.16.1
========================
- Major Bugfix on multivalued fastfield. #1151
Tantivy 0.16.0
========================= =========================
- Bugfix in the filesum check. (@evanxg852000) #1127 - Bugfix in the filesum check. (@evanxg852000) #1127
- Bugfix in positions when the index is sorted by a field. (@appaquet) #1125 - Bugfix in positions when the index is sorted by a field. (@appaquet) #1125

View File

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