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

@@ -39,4 +39,11 @@
## 1.0.5 | 2023.11.08
- Fix a serious issue that caused code generation failure when encountering special characters and duplicate key-value names
- Fix a serious issue that caused code generation failure when encountering special characters and duplicate key-value names
## 1.0.6 | 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