Skip to content

Commit

Permalink
bump version to v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Aug 29, 2024
1 parent 4de4392 commit 72b1033
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.2.3

* fix: android build.gradle task by @einsitang in https://github.com/rainyl/opencv_dart/pull/226
* fix: vector conversion by @rainyl in https://github.com/rainyl/opencv_dart/pull/229
* remove the dependency of flutter

## 1.2.2

* remove arm64 and x64 setup options for ios by @rainyl in https://github.com/rainyl/opencv_dart/pull/202
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ OpenCV Bindings for Dart Language. Support both asynchronous and synchronous!
- [2. clone this repo](#2-clone-this-repo)
- [3. compile](#3-compile)
- [4. test](#4-test)
- [5. Cross-compile for linux aarch64](#5-cross-compile-for-linux-aarch64)
- [Contributors](#contributors)
- [Acknowledgement](#acknowledgement)
- [Star History](#star-history)
Expand Down Expand Up @@ -264,11 +263,6 @@ or `$ENV:OPENCV_DART_LIB_PATH=$PWD\windows\opencv_dart.dll`
- or append the lib path to the library search path of your system
- If you want to test using vscode, add above variable to `"dart.env"` in `settings.json`

#### 5. Cross-compile for linux aarch64

Compiling for linux aarch64 requires GCC 13 and newer,
conan toolchain for linux arm is located in [opencv.full](https://github.com/rainyl/opencv.full/tree/linux-aarch64/profiles), explore more there.

## Contributors

<!-- readme: contributors,TotemaT -start -->
Expand Down
2 changes: 1 addition & 1 deletion binary.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.2
1.2.3
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.2
version: 1.2.3
homepage: https://github.com/rainyl/opencv_dart

environment:
Expand Down

0 comments on commit 72b1033

Please sign in to comment.