Skip to content

Commit 719936b

Browse files
committed
bump version to 1.0.4
1 parent c9f6d33 commit 719936b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.0.4
2+
3+
- New API: cv.Subdiv2D
4+
- New API: cv.LUT
5+
- improve performance of Mat.at() and Mat.set()
6+
- Add: Mat.aU8(), Mat.setU8(), etc.
7+
18
## 1.0.3+2
29

310
- fix: change the default border type of pyrDown/pyrUp to BORDER_DEFAULT, same as opencv

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from pathlib import Path
88
import yaml
99

10-
OPENCV_VERSION = "4.9.0+1"
10+
OPENCV_VERSION = "4.9.0+2"
1111
OPENCV_FILES_URL = (
1212
f"https://github.com/rainyl/opencv.full/releases/download/{OPENCV_VERSION}"
1313
)

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.3+2
4-
binary_version: 1.0.3
3+
version: 1.0.4
4+
binary_version: 1.0.4
55
homepage: https://github.com/rainyl/opencv_dart
66

77
environment:

0 commit comments

Comments
 (0)