diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f3ece..62630cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### v0.16.4 - 2024-01-04 +* Remove remove ahash 0.7.6 from dependencies (cargo audit) + ### v0.16.3 - 2023-08-16 * Add `serde` feature (`Serialize` and `Deserialize` for `Lang` and `Script`). diff --git a/Cargo.toml b/Cargo.toml index ac9b3b1..17d9a8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whatlang" -version = "0.16.3" +version = "0.16.4" authors = ["Serhii Potapov "] edition = "2021" description = "Fast and lightweight language identification library for Rust."