Skip to content

Commit

Permalink
build: release version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lkqm committed May 5, 2022
1 parent 46918f1 commit 6437879
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 '0.9.2'
version '0.9.3'
sourceCompatibility = 1.8
targetCompatibility = 1.8
compileJava.options.encoding = "UTF-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 @@ -76,6 +76,12 @@
</actions>

<change-notes><![CDATA[
<p>0.9.3</p>
<ul>
<li>feat: 支持@JsonIgnore注解</li>
<li>feat: 支持组合自定义@Controller注解</li>
<li>fix: 修复@RequestMapping无法解析method参数</li>
</ul>
<p>0.9.2</p>
<ul>
<li>fix: 修复重复创建接口问题</li>
Expand Down

0 comments on commit 6437879

Please sign in to comment.