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"]