Bump version to 1.0.5

This commit is contained in:
2023-11-08 14:52:10 +08:00
parent 93c8107e76
commit a978baa1fe
4 changed files with 12 additions and 4 deletions

View File

@@ -35,4 +35,8 @@
- Fix the problem that the interpolation content generated using `${...}` still carries string type quotes
- Generated code is marked with `@Nonnull` to make it recognized as a non-null return type in Kotlin DSL scripts
- Added `project(...)` configuration method to support configuring multiple projects at the same time
- Some other functional improvements
- Some other functional improvements
## 1.0.5 | 2023.11.08
- Fix a serious issue that caused code generation failure when encountering special characters and duplicate key-value names