Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Jan 17, 2025
1 parent 18343d0 commit c55d231
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/dartcv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.1.1

* make `VecVecChar` unmodifible
* more tests

## 1.1.0

* update to OpenCV 4.11.0
Expand Down
2 changes: 1 addition & 1 deletion packages/dartcv/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: dartcv4
description: >
OpenCV bindings for Dart language. dartcv is for pure dart only,
for Flutter, use opencv_core or opencv_dart (if videoio module is required).
version: 1.1.0
version: 1.1.1
repository: https://github.com/rainyl/opencv_dart
homepage: https://github.com/rainyl/opencv_dart/tree/main/packages/dartcv

Expand Down
2 changes: 2 additions & 0 deletions packages/opencv_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* fix reference of estimateAffinePartial2D
* support `VideoWriter.get()` and `VideoWriter.set()`
* use native implementation of 8U/8S -> F16 for `cv.LUT()`
* make `VecVecChar` unmodifible
* more tests

## 1.3.3

Expand Down
2 changes: 1 addition & 1 deletion packages/opencv_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ environment:
dependencies:
flutter:
sdk: flutter
dartcv4: ^1.1.0
dartcv4: ^1.1.1

dev_dependencies:
test: ^1.25.2
Expand Down
2 changes: 2 additions & 0 deletions packages/opencv_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* fix reference of estimateAffinePartial2D
* support `VideoWriter.get()` and `VideoWriter.set()`
* use native implementation of 8U/8S -> F16 for `cv.LUT()`
* make `VecVecChar` unmodifible
* more tests

## 1.3.3

Expand Down
2 changes: 1 addition & 1 deletion packages/opencv_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ environment:
dependencies:
flutter:
sdk: flutter
dartcv4: ^1.1.0
dartcv4: ^1.1.1

dev_dependencies:
test: ^1.25.2
Expand Down

0 comments on commit c55d231

Please sign in to comment.