diff --git a/.github/workflows/android.yaml b/.github/workflows/android.yaml index 6d3bf1d..9400545 100644 --- a/.github/workflows/android.yaml +++ b/.github/workflows/android.yaml @@ -33,7 +33,7 @@ jobs: - uses: robinraju/release-downloader@v1.10 with: repository: "rainyl/opencv.full" - latest: true + tag: "4.10.0+6" fileName: "libopencv-android-${{ matrix.abi }}.tar.gz" out-file-path: "build/opencv" extract: true diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index c33052e..dbc93f7 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -35,7 +35,7 @@ jobs: - uses: robinraju/release-downloader@v1.10 with: repository: "rainyl/opencv.full" - latest: true + tag: "4.10.0+6" fileName: "libopencv-linux-${{ matrix.arch }}.tar.gz" out-file-path: "build/opencv" extract: true diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index c3cc700..eb0377f 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -22,7 +22,7 @@ jobs: - uses: robinraju/release-downloader@v1.10 with: repository: "rainyl/opencv.full" - latest: true + tag: "4.10.0+6" fileName: "libopencv-windows-${{ matrix.arch }}.tar.gz" out-file-path: "build/opencv" extract: true diff --git a/CHANGELOG.md b/CHANGELOG.md index d7d7d87..446ad9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 1.2.5 + +* add quality module by @rainyl in https://github.com/rainyl/opencv_dart/pull/239 +* Bump ffigen from 13.0.0 to 14.0.0 by @dependabot in https://github.com/rainyl/opencv_dart/pull/242 +* Cmake install to platform dir by @rainyl in https://github.com/rainyl/opencv_dart/pull/243 +* fix: [iOS] opencv_dart framework is missing MinimumOSVersion #246 by @rainyl in https://github.com/rainyl/opencv_dart/pull/247 +* do not dispose vec in Mat.fromVec by @rainyl in https://github.com/rainyl/opencv_dart/pull/250 + ## 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 diff --git a/binary.version b/binary.version index b966e81..3a1f10e 100644 --- a/binary.version +++ b/binary.version @@ -1 +1 @@ -1.2.4 \ No newline at end of file +1.2.5 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 0465723..9b07e47 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.4 +version: 1.2.5 homepage: https://github.com/rainyl/opencv_dart environment: