From 9caab45136405c75c3f03ed2ee70473063b5b367 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Wed, 15 Nov 2023 10:43:36 +0900 Subject: [PATCH] Preparing for 0.21.2 release. (#2256) --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8410c180..d63ccef7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ================================ #### Bugfixes diff --git a/Cargo.toml b/Cargo.toml index 1dfb6320c..bf5dc14f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.21.0" +version = "0.21.2" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"]