Skip to content

Commit

Permalink
build: release version v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lkqm committed Apr 23, 2023
1 parent 1290982 commit 1f111f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.github.jetplugins'
version '1.1.1'
version '1.1.2'

java.sourceCompatibility = 1.8
java.targetCompatibility = 1.8
Expand All @@ -21,6 +21,7 @@ dependencies {
implementation 'io.github.openfeign:feign-gson:12.1'
implementation 'io.github.openfeign.form:feign-form:3.8.0'
implementation 'org.slf4j:slf4j-api:2.0.5'
implementation 'commons-io:commons-io:2.11.0'
implementation('org.apache.xmlgraphics:batik-codec:1.16') {
exclude group: 'xml-apis', module: 'xml-apis'
exclude group: 'xml-apis', module: 'xml-apis-ext'
Expand Down
7 changes: 3 additions & 4 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
</actions>

<change-notes><![CDATA[
1.1.2: <br>
- fix: 修复兼容2023.1对Rap2上传的兼容性<br>
<br>
1.1.1: <br>
- feat: 移除接口备注代码,采用文档注释描述<br>
- feat: 支持新module标记以替换menu标记<br>
Expand Down Expand Up @@ -96,10 +99,6 @@
- fix: 修复无法上传Eolink问题<br>
- fix: 修复枚举类型列表文档无法解析<br>
- fix: 修复上传showdoc提示报错<br>
<br>
0.9.5: <br>
- fix: 修复插件兼容性,支持IDEA 2022.2<br>
- feat: 支持配置LocalDate, LocalTime时间类型格式<br>
]]></change-notes>

</idea-plugin>

0 comments on commit 1f111f9

Please sign in to comment.