Preparing for 0.21.2 release. (#2256)

This commit is contained in:
Paul Masurel
2023-11-15 10:43:36 +09:00
committed by GitHub
parent 6d9a7b7eb0
commit 9caab45136
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
Tantivy 0.21.2
================================
#### Bugfixes
- Bugfix: Merge operations would panic for JsonObject with position enabled, when they contain numbers or booleans. [#2251](https://github.com/quickwit-oss/tantivy/issues/2251).
#### Features/Improvements
Tantivy 0.21.1 Tantivy 0.21.1
================================ ================================
#### Bugfixes #### Bugfixes

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "tantivy" name = "tantivy"
version = "0.21.0" version = "0.21.2"
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"]