Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Commit a978baa

Browse files
committed
Bump version to 1.0.5
1 parent 93c8107 commit a978baa

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

docs/changelog-zh-CN.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,8 @@
3434
- 修复使用 `${...}` 生成的插值内容依然会携带字符串类型引号问题
3535
- 生成的代码使用 `@Nonnull` 标记以使其能够在 Kotlin DSL 脚本中识别为非空返回值类型
3636
- 新增 `project(...)` 配置方法支持同时配置多个项目
37-
- 一些其它功能性的改进
37+
- 一些其它功能性的改进
38+
39+
## 1.0.5 | 2023.11.08
40+
41+
- 修复遇到特殊字符和重复键值名称造成代码生成失败的严重问题

docs/changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,8 @@
3535
- Fix the problem that the interpolation content generated using `${...}` still carries string type quotes
3636
- Generated code is marked with `@Nonnull` to make it recognized as a non-null return type in Kotlin DSL scripts
3737
- Added `project(...)` configuration method to support configuring multiple projects at the same time
38-
- Some other functional improvements
38+
- Some other functional improvements
39+
40+
## 1.0.5 | 2023.11.08
41+
42+
- Fix a serious issue that caused code generation failure when encountering special characters and duplicate key-value names

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project.description=An easy get project properties anywhere Gradle plugin.
44
project.url=https://github.com/HighCapable/SweetProperty
55
project.groupName=com.highcapable.sweetproperty
66
project.moduleName=sweet-property
7-
project.version=1.0.4
7+
project.version=1.0.5
88
project.licence.name=Apache License 2.0
99
project.licence.url=https://github.com/HighCapable/SweetProperty/blob/master/LICENSE
1010
project.developer.id="0"

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pluginManagement {
88
}
99
plugins {
1010
id("com.highcapable.sweetdependency") version "1.0.3"
11-
id("com.highcapable.sweetproperty") version "1.0.4"
11+
id("com.highcapable.sweetproperty") version "1.0.5"
1212
}
1313
sweetDependency {
1414
isEnableVerboseMode = false

0 commit comments

Comments
 (0)