mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2025-12-23 02:29:57 +00:00
Preparing for 0.21.2 release. (#2256)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user