Skip to content

Commit

Permalink
bump version to v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Sep 5, 2024
1 parent 1167883 commit e189a7d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.2.4

* change `Mat.toString()` to return something like `Mat(addr=0x1dde02c74b0, type=CV_8UC4, rows=-1, cols=-1, channels=4)` by @rainyl in https://github.com/rainyl/opencv_dart/pull/233
* migrate build toolchain from `conan` to `cmake` by @rainyl in https://github.com/rainyl/opencv_dart/pull/234
* add `cv.floodFill` and `cv.floodFillAsync` by @rainyl in https://github.com/rainyl/opencv_dart/pull/236
* move `findHomography` to `calib3d` by @rainyl in https://github.com/rainyl/opencv_dart/pull/236

## 1.2.3

* fix: android build.gradle task by @einsitang in https://github.com/rainyl/opencv_dart/pull/226
Expand Down
2 changes: 1 addition & 1 deletion binary.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.3
1.2.4
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: opencv_dart
description: "OpenCV4 bindings for Dart language and Flutter, using dart:ffi. The most complete OpenCV bindings for Dart! With asynchronous support now!"
version: 1.2.3
version: 1.2.4
homepage: https://github.com/rainyl/opencv_dart

environment:
Expand Down

0 comments on commit e189a7d

Please sign in to comment.