Bump version to 1.0.6

This commit is contained in:
2025-08-19 12:42:51 +08:00
parent 74da386f49
commit cf4b59db1a
6 changed files with 27 additions and 5 deletions

View File

@@ -38,4 +38,11 @@
## 1.0.5 | 2023.11.08
- 修复遇到特殊字符和重复键值名称造成代码生成失败的严重问题
- 修复遇到特殊字符和重复键值名称造成代码生成失败的严重问题
## 1.0.6 | 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 可能被识别为数值类型的问题