Skip to content

Commit dee1313

Browse files
committed
v0.2.10
Signed-off-by: Cocoa <[email protected]>
1 parent c3cbee5 commit dee1313

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## v0.2.9 (2024-08-17)
411
[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)
512

Diff for: mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Evision.MixProject.Metadata do
22
@moduledoc false
33

44
def app, do: :evision
5-
def version, do: "0.2.9"
5+
def version, do: "0.2.10"
66
def github_url, do: "https://github.com/cocoa-xu/evision"
77
def opencv_version, do: "4.10.0"
88
# only means compatible. need to write more tests

0 commit comments

Comments
 (0)