Skip to content

Commit 678384f

Browse files
committed
Added changelog and bumped version number
1 parent 315de47 commit 678384f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 0.1.4 (2020-10-01)
2+
* 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.
3+
4+
## 0.1.3 (2020-09-08)
5+
* Edition 2018
6+
* Updated dependencies
7+
* Various code quality improvements, such as reduced unsafety (thanks @kornelski!)

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.3"
4+
version = "0.1.4"
55
repository = "https://github.com/atomashpolskiy/rustface"
66
readme = "README.md"
77
keywords = ["face", "detection"]

0 commit comments

Comments
 (0)