From 4a3da51428a47fd698151ea4cd9c03a8019822a8 Mon Sep 17 00:00:00 2001 From: Sergey Potapov Date: Wed, 16 Aug 2023 08:31:02 +0200 Subject: [PATCH] Prepare v0.16.3 --- CHANGELOG.md | 2 +- Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ed8a98..63f3ece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### Next +### v0.16.3 - 2023-08-16 * Add `serde` feature (`Serialize` and `Deserialize` for `Lang` and `Script`). ### v0.16.2 - 2022-10-23 diff --git a/Cargo.toml b/Cargo.toml index ce1d60f..634ea80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "whatlang" -version = "0.16.2" -authors = ["Sergey Potapov "] -edition = "2018" +version = "0.16.3" +authors = ["Serhii Potapov "] +edition = "2021" description = "Fast and lightweight language identification library for Rust." keywords = ["language", "nlp", "lang", "whatlang", "text"] license = "MIT"