From 2b3fe3a2b573c9e4427c3bc7ad1887cd13b67723 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Tue, 17 Dec 2019 21:10:50 +0900 Subject: [PATCH] Bumped version for hotfix --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94be9ef3c..dcc2ce50d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +Tantivy 0.11.1 +===================== +- Bug fix #729 + + Tantivy 0.11.0 ===================== diff --git a/Cargo.toml b/Cargo.toml index b6d2581fe..4a4665ff6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.11.0" +version = "0.11.1" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"]