Skip to content

Commit 4d42129

Browse files
committed
bump version to 1.0.10
1 parent a824996 commit 4d42129

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.github/workflows/build_test_release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,10 @@ jobs:
172172
submodules: true
173173
- name: setup
174174
run: |
175-
brew install --force --overwrite ninja ccache ffmpeg@6 nasm conan
175+
brew install --force --overwrite ninja ccache ffmpeg@6 nasm [email protected]
176176
brew link --overwrite ffmpeg@6
177+
brew link --overwrite [email protected]
178+
brew install --force --overwrite conan
177179
conan profile detect -f
178180
cd ${{github.workspace}}
179181
- name: build

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.10
2+
3+
- Fix: memory leak caused by cvstatus
4+
15
## 1.0.9
26

37
- Fix: free smart pointer

binary.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.9
1+
1.0.10

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

77
environment:

0 commit comments

Comments
 (0)