Prepare for release 0.6.0
- Id
- 8de1979d0cc8731f74e5fecc641f60998e155228
- Author
- Caio
- Commit time
- 2021-06-14T16:40:47+02:00
Modified tique/CHANGELOG.markdown
# Changelog
+## v0.6.0 - 2021-06-14
+
+* Depend on tantivy 0.15+
+* `contidional_collector::CheckCondition` now takes a `SegmentOrdinal`
+ instead of a `SegmentLocalId` following tantivy's changes.
+ Migration should be simply a matter of renaming.
+
## v0.5.0 - 2021-02-07
* Depend on tantivy 0.14+
Modified tique/Cargo.toml
[package]
name = "tique"
-version = "0.5.0"
+version = "0.6.0"
license = "MIT"
description = "Utilities to drive a tantivy search index"