Skip to content

Commit

Permalink
v0.1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Mar 24, 2023
1 parent 91fc18e commit ac8f4a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.1.30 (2022-03-24)
[Browse the Repository](https://github.com/cocoa-xu/evision/tree/v0.1.30) | [Released Assets](https://github.com/cocoa-xu/evision/releases/tag/v0.1.30)

### Fixed
- [smartcell] Fixed outputBlob is embedded in a list for CRNN and MobileNetV1 models.

## v0.1.29 (2022-03-13)
[Browse the Repository](https://github.com/cocoa-xu/evision/tree/v0.1.29) | [Released Assets](https://github.com/cocoa-xu/evision/releases/tag/v0.1.29)

Expand All @@ -8,9 +14,6 @@
- [smartcell] Fixed PPResnet based models.
- [smartcell] Fixed invalid charset URLs as they were removed in the upstream repo. CRNN models URLs to commit 12817b80.

### Changed


## v0.1.28 (2022-01-25)
[Browse the Repository](https://github.com/cocoa-xu/evision/tree/v0.1.28) | [Released Assets](https://github.com/cocoa-xu/evision/releases/tag/v0.1.28)

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Evision.MixProject.Metadata do
@moduledoc false

def app, do: :evision
def version, do: "0.1.29"
def version, do: "0.1.30"
def github_url, do: "https://github.com/cocoa-xu/evision"
def opencv_version, do: "4.7.0"
# only means compatible. need to write more tests
Expand Down

0 comments on commit ac8f4a4

Please sign in to comment.