mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-06 17:22:54 +00:00
Version bump
This commit is contained in:
@@ -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
|
Tantivy 0.15.3
|
||||||
=========================
|
=========================
|
||||||
- Major bugfix. Deleting documents was broken when the index was sorted by a field. (@appaquet, @fulmicoton) #1101
|
- Major bugfix. Deleting documents was broken when the index was sorted by a field. (@appaquet, @fulmicoton) #1101
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tantivy"
|
name = "tantivy"
|
||||||
version = "0.16.0-dev"
|
version = "0.16.0"
|
||||||
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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user