Skip to content

Commit e599339

Browse files
committed
Prepare 0.16.4
1 parent ebf7e28 commit e599339

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### v0.16.4 - 2024-01-04
2+
* Remove remove ahash 0.7.6 from dependencies (cargo audit)
3+
14
### v0.16.3 - 2023-08-16
25
* Add `serde` feature (`Serialize` and `Deserialize` for `Lang` and `Script`).
36

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "whatlang"
3-
version = "0.16.3"
3+
version = "0.16.4"
44
authors = ["Serhii Potapov <[email protected]>"]
55
edition = "2021"
66
description = "Fast and lightweight language identification library for Rust."

0 commit comments

Comments
 (0)