From d40ef06ddec41731bae8d4c9275f740b345915a5 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Sat, 5 May 2018 20:59:10 -0700 Subject: [PATCH] Edited changelog and bumped version. This branch is to be published as a hotfix for 5.1.0. Closes #280 Closes #274 Closes #289 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe8b4d947a..355a96e747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Tantivy 0.5.2 +=========================== +- bugfix #274 +- bugfix #280 +- bugfix #289 + Tantivy 0.5.1 ========================== - bugfix #254 : tantivy failed if no documents in a segment contained a specific field. diff --git a/Cargo.toml b/Cargo.toml index 632416a325..92b37056e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.5.1" +version = "0.5.2" authors = ["Paul Masurel "] build = "build.rs" license = "MIT"