From a187ab09c2d93700b9cca3ee1e28dd4a9fa8f5d8 Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Wed, 2 Mar 2022 18:04:17 +0900 Subject: [PATCH] Partially rename to suggest --- Cargo.lock | 2 +- Cargo.toml | 6 +++--- README.md | 2 +- wapm.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 272498f..f2786f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,7 +169,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "suggestion" -version = "0.3.2" +version = "0.3.3" dependencies = [ "clap", "lev_distance", diff --git a/Cargo.toml b/Cargo.toml index 3e3275d..9a7486f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "suggestion" -version = "0.3.2" +version = "0.3.3" edition = "2021" authors = ["Ken Matsui <26405363+ken-matsui@users.noreply.github.com>"] description = "A minimal library & CLI tool to provide similar name suggestions like \"Did you mean?\"" license = "MIT" readme = "README.md" -repository = "https://github.com/ken-matsui/suggestion/" -homepage = "https://github.com/ken-matsui/suggestion#readme" +repository = "https://github.com/ken-matsui/suggest/" +homepage = "https://github.com/ken-matsui/suggest#readme" documentation = "https://docs.rs/suggestion" [dependencies] diff --git a/README.md b/README.md index f5cd8f9..084b7bf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# suggestion [![crates.io version](https://img.shields.io/crates/v/suggestion.svg)](https://crates.io/crates/suggestion) [![crates.io downloads](https://img.shields.io/crates/d/suggestion.svg)](https://crates.io/crates/suggestion) +# suggest [![crates.io version](https://img.shields.io/crates/v/suggestion.svg)](https://crates.io/crates/suggestion) [![crates.io downloads](https://img.shields.io/crates/d/suggestion.svg)](https://crates.io/crates/suggestion) A minimal library & CLI tool to provide similar name suggestions like "Did you mean?" This library provides suggestion traits for all collection types in the standard library. diff --git a/wapm.toml b/wapm.toml index 6856f76..e1edcf1 100644 --- a/wapm.toml +++ b/wapm.toml @@ -1,6 +1,6 @@ [package] name = "ken-matsui/suggest" -version = "0.3.2" +version = "0.3.3" description = "A CLI tool to provide similar name suggestions like \"Did you mean?\"" license = "MIT" readme = "README.md"