From abe6b4baec7b0efa4805d4a13694b4cd0f238f17 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Mon, 7 Jun 2021 09:49:17 +0900 Subject: [PATCH] Bumped tantivy version to 0.15 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56cf0f1ad..b5363175c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ Tantivy 0.15.0 - Bugfix consistent tie break handling in facet's topk (@hardikpnsp) #357 - Date field support for range queries (@rihardsk) #516 - Added lz4-flex as the default compression scheme in tantivy (@PSeitz) #1009 -- Renamed a lot of symbols to avoid all uppercasing on acronyms, as per new clippy recommendation. For instance, RAMDirectory -> RamDirectory. (@pmasurel) +- Renamed a lot of symbols to avoid all uppercasing on acronyms, as per new clippy recommendation. For instance, RAMDirectory -> RamDirectory. (@fulmicoton) - Simplified positions index format (@fulmicoton) #1022 - Moved bitpacking to bitpacker subcrate and add BlockedBitpacker, which bitpacks blocks of 128 elements (@PSeitz) #1030 - Added support for more-like-this query in tantivy (@evanxg852000) #1011 diff --git a/Cargo.toml b/Cargo.toml index 0d93e2e08..317020ce5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.14.0" +version = "0.15.0" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"]