diff --git a/Cargo.lock b/Cargo.lock index ac78c40..cd979be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,7 +20,7 @@ dependencies = [ [[package]] name = "utf8-norm" -version = "1.0.0" +version = "1.0.1" dependencies = [ "lapp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 4070008..c22ce9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "utf8-norm" -version = "1.0.0" +version = "1.0.1" authors = ["Leonora Tindall "] edition = "2018" license = "GPL-3.0-only" @@ -9,7 +9,7 @@ readme = "README" homepage = "https://nora.codes/projects/utf8-norm" repository = "https://git.nora.codes/nora/utf-norm" keywords = ["unicode", "normalize"] -categories = ["command-line=utilities", "internationalization", "localization", "text-processing"] +categories = ["command-line-utilities", "internationalization", "localization", "text-processing"] [dependencies] lapp = "0.4" diff --git a/README b/README index bcd52cb..44b3eae 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ utf8-norm, validate and normalize UTF-8 Unicode data -Version 1.0.0 licensed GPLv3. (C) 2019 Leonora Tindall +Version 1.0.1 licensed GPLv3. (C) 2019 Leonora Tindall Fast command line Unicode normalization, supporting stream safety transformations as well as NFC, NFD, NFKD, and NFKC. Exits with failure if the incoming stream is not valid UTF-8.