Skip to content

Commit d7f5a54

Browse files
committed
Updated changelog and bumped version
1 parent 13aeef2 commit d7f5a54

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.5 (2020-10-28)
2+
* Reduced use of `unsafe` (thanks @kornelski!).
3+
* Performance improvements (thanks @kornelski!).
4+
15
## 0.1.4 (2020-10-01)
26
* Made Rayon an optional dependency using a feature flag. It is enabled by default. Parallel processing can now be disabled by providing the `--no-default-features` flag at build time.
37

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustface"
33
description = "Face detection library, based on the C++ SeetaFace engine."
4-
version = "0.1.4"
4+
version = "0.1.5"
55
repository = "https://github.com/atomashpolskiy/rustface"
66
readme = "README.md"
77
keywords = ["face", "detection"]

0 commit comments

Comments
 (0)