From 36c7af3c52f1ff0369a014f7ea300f70b481e999 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Tue, 19 Aug 2025 13:05:23 +0800 Subject: [PATCH] docs: update changelog, changelog-zh-CN --- docs/changelog-zh-CN.md | 7 ++----- docs/changelog.md | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/docs/changelog-zh-CN.md b/docs/changelog-zh-CN.md index 76ee224..5355e10 100644 --- a/docs/changelog-zh-CN.md +++ b/docs/changelog-zh-CN.md @@ -40,13 +40,10 @@ - 修复遇到特殊字符和重复键值名称造成代码生成失败的严重问题 -## 1.0.6 | 2025.08.19 +## 1.0.7 | 2025.08.19 - 修复在新版 Android Gradle Plugin 及 Android Studio/IDEA 中部署源码路径时的错误 `removeContentEntry: removed content entry url 'build/generated/sweet-property' still exists after removing` - 新增 `sourceSetName` 方法,允许自定义要部署的源集名称 - 修复在类型自动转换过程中某些 `commit id` 和 Hash 可能被识别为数值类型的问题 - -## 1.0.7 | 2025.08.19 - -- 合并 [#1](https://github.com/HighCapable/SweetProperty/pull/1) 并重新发布版本 \ No newline at end of file +- 合并 [#1](https://github.com/HighCapable/SweetProperty/pull/1) 并重新发布版本 (1.0.7) \ No newline at end of file diff --git a/docs/changelog.md b/docs/changelog.md index 57e2a98..6cac65b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -41,13 +41,10 @@ - Fix a serious issue that caused code generation failure when encountering special characters and duplicate key-value names -## 1.0.6 | 2025.08.19 +## 1.0.7 | 2025.08.19 - Fix errors when deploying source code paths in the new version of Android Gradle Plugin and Android Studio/IDEA `removeContentEntry: removed content entry url 'build/generated/sweet-property' still exists after removing` - Added the `sourceSetName` method to allow customization of the source set name to be deployed - Fix an issue where some `commit id` and Hash might be recognized as numeric types during the automatic type conversion process - -## 1.0.7 | 2025.08.19 - -- Merge [#1](https://github.com/HighCapable/SweetProperty/pull/1) and re-release the version \ No newline at end of file +- Merge [#1](https://github.com/HighCapable/SweetProperty/pull/1) and re-release the version (1.0.7) \ No newline at end of file