diff --git a/CHANGELOG.md b/CHANGELOG.md index 678ce33db..b5f468f2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ========================== diff --git a/Cargo.toml b/Cargo.toml index b3127b76b..952dc55d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.4.1" +version = "0.4.3" authors = ["Paul Masurel "] build = "build.rs" license = "MIT"