From 31655e92d7f44cd6728fbdd7be02d8b516e2413c Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Tue, 10 Jul 2018 09:10:29 +0900 Subject: [PATCH] Preparing release 0.6.1 --- CHANGELOG.md | 7 ++++--- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a1294284..0be47a0b71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -Master (future Tantivy 0.7) -========================== - +Tantivy 0.6.1 +========================= +- Bugfix #324. GC removing was removing file that were still in useful - Added support for parsing AllQuery and RangeQuery via QueryParser - AllQuery: `*` - RangeQuery: @@ -8,6 +8,7 @@ Master (future Tantivy 0.7) - Exclusive `field:{startExcl to endExcl}` - Mixed `field:[startIncl to endExcl}` and vice versa - Unbounded `field:[start to *]`, `field:[* to end]` + Tantivy 0.6 ========================== diff --git a/Cargo.toml b/Cargo.toml index f1d9ddcbde..509576b925 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.7.0-dev" +version = "0.6.1" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"]