From ac8f4a47ed2efbb017d4f5a6fddcc5db51235a3b Mon Sep 17 00:00:00 2001 From: Cocoa Date: Fri, 24 Mar 2023 14:34:40 +0000 Subject: [PATCH] v0.1.30 --- CHANGELOG.md | 9 ++++++--- mix.exs | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9f14727..9f4b9d57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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) diff --git a/mix.exs b/mix.exs index fafdd52b..42ec5c0f 100644 --- a/mix.exs +++ b/mix.exs @@ -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