Skip to content

Commit b0f6a4b

Browse files
committed
release: release 1.0.5 version
1 parent 0bf0d88 commit b0f6a4b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

build.gradle

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'org.linyimin'
7-
version '1.0.4'
7+
version '1.0.5'
88

99
repositories {
1010
maven { url 'https://maven.aliyun.com/repository/public/' }
@@ -30,6 +30,17 @@ intellij {
3030
}
3131
patchPluginXml {
3232
changeNotes = """
33+
<h4>1.0.5</h4>
34+
<ul>
35+
<li>Support @Insert, @Delete, @Update and @Select annotations</li>
36+
<li>Beautify the style of SQL and JSON</li>
37+
<li>Fixed the bug where nested classes were parsed into JSON</li>
38+
</ul>
39+
<ul>
40+
<li>支持@Insert, @Delete, @Update, @Select注解生成SQL语句</li>
41+
<li>美化SQL和JSON的样式</li>
42+
<li>解决嵌套类解析成JSON时抛异常的bug</li>
43+
</ul>
3344
<h4>1.0.4</h4>
3445
<ul>
3546
<li>SQL statement syntax highlighting and resolving some bugs</li>

0 commit comments

Comments
 (0)