Skip to content

Commit

Permalink
Update to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
leontoeides committed May 4, 2024
1 parent 4ff7ebb commit 20910cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`.

Expand Down

0 comments on commit 20910cf

Please sign in to comment.