Skip to content

Commit

Permalink
Prepare v0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
greyblake committed Aug 16, 2023
1 parent 01c8b8b commit 4a3da51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
@@ -1,8 +1,8 @@
[package]
name = "whatlang"
version = "0.16.2"
authors = ["Sergey Potapov <blake131313@gmail.com>"]
edition = "2018"
version = "0.16.3"
authors = ["Serhii Potapov <blake131313@gmail.com>"]
edition = "2021"
description = "Fast and lightweight language identification library for Rust."
keywords = ["language", "nlp", "lang", "whatlang", "text"]
license = "MIT"
Expand Down

0 comments on commit 4a3da51

Please sign in to comment.