Skip to content

Commit b97afff

Browse files
committed
Prepare for v0.16.2
1 parent b155f95 commit b97afff

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.2 - 2022-10-23
2+
* Support [Arbitrary](https://crates.io/crates/arbitrary)
3+
14
### v0.16.1 - 2022-08-30
25
* Fix bug in Czech alphabet (improved quality of Czech language detection)
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.1"
3+
version = "0.16.2"
44
authors = ["Sergey Potapov <[email protected]>"]
55
edition = "2018"
66
description = "Fast and lightweight language identification library for Rust."

0 commit comments

Comments
 (0)