Skip to content

Commit

Permalink
build: release version 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lkqm committed Jul 29, 2022
1 parent c4bf0a3 commit 0173ba5
Show file tree
Hide file tree
Showing 2 changed files with 5 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.4'
version '0.9.5'
sourceCompatibility = 1.8
targetCompatibility = 1.8
compileJava.options.encoding = "UTF-8"
Expand Down
4 changes: 4 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,10 @@
</actions>

<change-notes><![CDATA[
0.9.5: <br>
- fix: 修复插件兼容性,支持IDEA 2022.2<br>
- feat: 支持配置LocalDate, LocalTime时间类型格式<br>
<br>
0.9.4: <br>
- fix: 修复Controller注解无法识别问题<br>
<br>
Expand Down

0 comments on commit 0173ba5

Please sign in to comment.