We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b155f95 commit b97afffCopy full SHA for b97afff
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+### v0.16.2 - 2022-10-23
2
+* Support [Arbitrary](https://crates.io/crates/arbitrary)
3
+
4
### v0.16.1 - 2022-08-30
5
* Fix bug in Czech alphabet (improved quality of Czech language detection)
6
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "whatlang"
-version = "0.16.1"
+version = "0.16.2"
authors = ["Sergey Potapov <[email protected]>"]
edition = "2018"
description = "Fast and lightweight language identification library for Rust."
0 commit comments