Skip to content

Commit 4a3da51

Browse files
committed
Prepare v0.16.3
1 parent 01c8b8b commit 4a3da51

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Next
1+
### v0.16.3 - 2023-08-16
22
* Add `serde` feature (`Serialize` and `Deserialize` for `Lang` and `Script`).
33

44
### v0.16.2 - 2022-10-23

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "whatlang"
3-
version = "0.16.2"
4-
authors = ["Sergey Potapov <blake131313@gmail.com>"]
5-
edition = "2018"
3+
version = "0.16.3"
4+
authors = ["Serhii Potapov <blake131313@gmail.com>"]
5+
edition = "2021"
66
description = "Fast and lightweight language identification library for Rust."
77
keywords = ["language", "nlp", "lang", "whatlang", "text"]
88
license = "MIT"

0 commit comments

Comments
 (0)