Skip to content

Commit

Permalink
Updated changelog and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhbw committed Nov 2, 2020
1 parent 291c118 commit 6e9ccd6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.6 (2020-11-02)
* Made model struct immutable and `Clone`-able so it can be re-used (issue [#12](https://github.com/atomashpolskiy/rustface/issues/12)) (thanks @kornelski!)
* Made `Rectangle` public (thanks @kornelski!).

## 0.1.5 (2020-10-28)
* Reduced use of `unsafe` (thanks @kornelski!).
* Performance improvements (thanks @kornelski!).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rustface"
description = "Face detection library, based on the C++ SeetaFace engine."
version = "0.1.5"
version = "0.1.6"
repository = "https://github.com/atomashpolskiy/rustface"
readme = "README.md"
keywords = ["face", "detection"]
Expand Down

0 comments on commit 6e9ccd6

Please sign in to comment.