Skip to content

Commit

Permalink
build: release version v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lkqm committed Mar 24, 2023
1 parent 800086b commit f6c02ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 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.0'
version '1.1.1'

java.sourceCompatibility = 1.8
java.targetCompatibility = 1.8
Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@
</actions>

<change-notes><![CDATA[
1.1.1: <br>
- feat: 移除接口备注代码,采用文档注释描述<br>
- feat: 支持新module标记以替换menu标记<br>
- fix: 修复单接口多路径报错<br>
- fix: 适配新版jsr303注解jakarta.validation.constraints.*<br>
<br>
1.1.0: <br>
- feat: 支持上传到Apifox<br>
- feat: 支持配置全局路径前缀<br>
Expand Down

0 comments on commit f6c02ca

Please sign in to comment.