Revert "Preparing for 0.21.2 release." (#2258)

* Revert "Preparing for 0.21.2 release. (#2256)"

This reverts commit 9caab45136.

* bump version to 0.21.1

* set version to 0.22.0-dev
This commit is contained in:
PSeitz
2023-12-01 13:46:12 +01:00
committed by GitHub
parent 24841f0b2a
commit 0b56c88e69
2 changed files with 1 additions and 8 deletions

View File

@@ -1,10 +1,3 @@
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

View File

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