Bumping version

This commit is contained in:
Paul Masurel
2022-10-20 10:32:14 +09:00
parent f72abe9b9c
commit 0928597a43
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
Tantivy 0.18.1
================================
- Hotfix: positions computation. #1629 (@fmassot, @fulmicoton, @PSeitz)
Tantivy 0.18
================================
- For date values `chrono` has been replaced with `time` (@uklotzde) #1304 :

View File

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