Skip to content

Commit b71f6d1

Browse files
committed
bump version to v1.0.9
1 parent 9c90d0e commit b71f6d1

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.9
2+
3+
- Fix: free smart pointer
4+
15
## 1.0.8
26

37
- API change: `FaceRecognizerSF.feature(Mat alignedImg)` -> `FaceRecognizerSF.feature(Mat alignedImg, {bool clone = false})`

binary.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.8
1+
1.0.9

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: opencv_dart
22
description: "OpenCV4 bindings for Dart language and Flutter, using dart:ffi. The most complete OpenCV bindings for Dart!"
3-
version: 1.0.8
4-
binary_version: 1.0.8
3+
version: 1.0.9
4+
binary_version: 1.0.9
55
homepage: https://github.com/rainyl/opencv_dart
66

77
environment:

0 commit comments

Comments
 (0)