Skip to content

Commit 6e9ccd6

Browse files
committed
Updated changelog and bumped version
1 parent 291c118 commit 6e9ccd6

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.6 (2020-11-02)
2+
* Made model struct immutable and `Clone`-able so it can be re-used (issue [#12](https://github.com/atomashpolskiy/rustface/issues/12)) (thanks @kornelski!)
3+
* Made `Rectangle` public (thanks @kornelski!).
4+
15
## 0.1.5 (2020-10-28)
26
* Reduced use of `unsafe` (thanks @kornelski!).
37
* Performance improvements (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.5"
4+
version = "0.1.6"
55
repository = "https://github.com/atomashpolskiy/rustface"
66
readme = "README.md"
77
keywords = ["face", "detection"]

0 commit comments

Comments
 (0)