diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b74098..02b1425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ * Release notes are available on [GitHub](https://github.com/leontoeides/indicium/releases). -* `0.6.2`: Corrected [panic on UTF-8 searches](https://github.com/leontoeides/indicium/issues/2). +* `0.6.2`: Corrected a [panic on UTF-8 +searches](https://github.com/leontoeides/indicium/issues/2). * `0.6.1`: Removed `eddie` as the default string similarity crate, for now, due to a potential `panic`. diff --git a/README.md b/README.md index e193172..141e7ae 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Crates.io](https://img.shields.io/crates/v/indicium.svg?maxAge=2592000)](https://crates.io/crates/indicium) [![msrv](https://img.shields.io/badge/rustc-1.62.1+-red)](https://blog.rust-lang.org/2023/06/01/Rust-1.62.1.html) -🔎 A simple in-memory search for collections (Vec, HashMap, BTreeMap, etc) and +A simple in-memory search for collections (Vec, HashMap, BTreeMap, etc) and key-value stores. Features autocompletion. There are many incredible search engines available for Rust. Many seem to @@ -35,6 +35,9 @@ performance may begin to degrade at a point. log](https://github.com/leontoeides/indicium/blob/master/CHANGELOG.md) is available on GitHub. +* `0.6.2`: Corrected a [panic on UTF-8 +searches](https://github.com/leontoeides/indicium/issues/2). + * `0.6.1`: Removed `eddie` as the default string similarity crate, for now, due to a potential `panic`.