Skip to content

Commit cb04456

Browse files
authored
Merge pull request #196 from rainyl/1.2.1
bump version to v1.2.1
2 parents eed7cdb + b0c27d7 commit cb04456

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
@@ -1,3 +1,10 @@
1+
## 1.2.1
2+
3+
- use ndk from conan by @rainyl in https://github.com/rainyl/opencv_dart/pull/187
4+
- add Float16P, Float16List, impl float16 access for Mat by @rainyl in https://github.com/rainyl/opencv_dart/pull/189
5+
- export Mat properies as leaf functions by @rainyl in https://github.com/rainyl/opencv_dart/pull/191
6+
- use Mat::Ptr in Mat.ptrAt by @rainyl in https://github.com/rainyl/opencv_dart/pull/193
7+
18
## 1.2.0
29

310
- Many breaking changes in this version, keep using old version if you do not want to modify your code.

binary.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.2.1

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: opencv_dart
22
description: "OpenCV4 bindings for Dart language and Flutter, using dart:ffi. The most complete OpenCV bindings for Dart! With asynchronous support now!"
3-
version: 1.2.0
3+
version: 1.2.1
44
homepage: https://github.com/rainyl/opencv_dart
55

66
environment:

0 commit comments

Comments
 (0)