NOBUG Updated changelog and bumped version

This commit is contained in:
Paul Masurel
2017-07-24 18:52:45 +09:00
parent 80ae136646
commit 27c373d26d
2 changed files with 20 additions and 1 deletions

View File

@@ -1,3 +1,22 @@
Tantivy 0.4.3
==========================
- Bugfix race condition when deleting files. (#198)
Tantivy 0.4.2
==========================
- Prevent usage of AVX2 instructions (#201)
Tantivy 0.4.1
==========================
- Bugfix for non-indexed fields. (#199)
Tantivy 0.4.0
==========================

View File

@@ -1,6 +1,6 @@
[package]
name = "tantivy"
version = "0.4.1"
version = "0.4.3"
authors = ["Paul Masurel <paul.masurel@gmail.com>"]
build = "build.rs"
license = "MIT"