From a844860baeb1e8e9777585781b131b664c96c8a7 Mon Sep 17 00:00:00 2001 From: zgf Date: Fri, 3 Jan 2025 12:07:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E5=92=8COAT=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zgf --- CHANGELOG.md | 2 +- OAT.xml | 3 +++ library/oh-package.json5 | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 572d30d..3c5c5cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 3.2.0-rc.7 +## 3.2.0 - When successfully requesting the network, return the httpcode as well - Fix bug: Network error code httpCode returns no data - Modify implementation of ImageFit.Auto: do not modify image height diff --git a/OAT.xml b/OAT.xml index 14adc5d..411cb21 100644 --- a/OAT.xml +++ b/OAT.xml @@ -27,6 +27,7 @@ + @@ -37,6 +38,7 @@ + @@ -48,6 +50,7 @@ + diff --git a/library/oh-package.json5 b/library/oh-package.json5 index 3694c6a..a3c232d 100644 --- a/library/oh-package.json5 +++ b/library/oh-package.json5 @@ -14,7 +14,7 @@ "main": "index.ets", "repository": "https://gitee.com/openharmony-tpc/ImageKnife", "type": "module", - "version": "3.2.0-rc.7", + "version": "3.2.0", "dependencies": { "@ohos/gpu_transform": "^1.0.2" },