File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.2.10 (2024-09-22)
4
+ [ Browse the Repository] ( https://github.com/cocoa-xu/evision/tree/v0.2.10 ) | [ Released Assets] ( https://github.com/cocoa-xu/evision/releases/tag/v0.2.10 )
5
+
6
+ ### Changes
7
+
8
+ - Bump ` req ` to ` 0.5 ` and updated examples accordingly. Thanks @mnishiguchi for PR [ #266 ] ( https://github.com/cocoa-xu/evision/pull/266 )
9
+
3
10
## v0.2.9 (2024-08-17)
4
11
[ Browse the Repository] ( https://github.com/cocoa-xu/evision/tree/v0.2.9 ) | [ Released Assets] ( https://github.com/cocoa-xu/evision/releases/tag/v0.2.9 )
5
12
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Evision.MixProject.Metadata do
2
2
@ moduledoc false
3
3
4
4
def app , do: :evision
5
- def version , do: "0.2.9 "
5
+ def version , do: "0.2.10 "
6
6
def github_url , do: "https://github.com/cocoa-xu/evision"
7
7
def opencv_version , do: "4.10.0"
8
8
# only means compatible. need to write more tests
You can’t perform that action at this time.
0 commit comments