Fixed CHANGELOG to include 0.15.2.

This commit is contained in:
Paul Masurel
2021-06-30 16:34:47 +09:00
parent de92f094aa
commit d58497529b
2 changed files with 7 additions and 2 deletions

View File

@@ -1,7 +1,12 @@
Tantivy 0.15.2
Tantivy 0.15.3
=========================
- Major bugfix. Deleting documents was broken when the index was sorted by a field. (@appaquet, @fulmicoton) #1101
Tantivy 0.15.2
========================
- Major bugfix. DocStore still panics when a deleted doc is at the beginning of a block. (@appaquet) #1088
Tantivy 0.15.1
=========================
- Major bugfix. DocStore panics when first block is deleted. (@appaquet) #1077

View File

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