We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72abe9 commit 0928597Copy full SHA for 0928597
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+Tantivy 0.18.1
2
+================================
3
+- Hotfix: positions computation. #1629 (@fmassot, @fulmicoton, @PSeitz)
4
+
5
Tantivy 0.18
6
================================
7
- For date values `chrono` has been replaced with `time` (@uklotzde) #1304 :
Cargo.toml
@@ -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"]
0 commit comments